twinaphex
d55ca599e0
Replace with macros
2020-12-15 07:28:39 +01:00
twinaphex
cdca5d0afc
Turn vulkan_copy_staging_to_dynamic into macro
2020-12-15 07:20:33 +01:00
twinaphex
d70420a12d
vulkan_copy_staging_to_dynamic - put sync texture to GPU
...
outside of the function
2020-12-15 07:01:00 +01:00
twinaphex
6b38a7916a
(Vulkan) Simplify code
2020-12-15 06:19:48 +01:00
twinaphex
d008cb14e2
Buildfix
2020-12-14 22:53:51 +01:00
Autechre
bdc36765df
Merge pull request #11692 from valadaa48/oga_software_fb
...
oga_gfx: implement RETRO_ENVIRONMENT_GET_CURRENT_SOFTWARE_FRAMEBUFFER
2020-12-14 10:51:23 +01:00
valadaa48
bbb9c1d248
oga_gfx: implement RETRO_ENVIRONMENT_GET_CURRENT_SOFTWARE_FRAMEBUFFER
2020-12-13 21:16:11 -05:00
twinaphex
0e1b980803
Move rarch_timer functions to retroarch_data.h and turn them into
...
macros
2020-12-13 22:37:42 +01:00
twinaphex
2e266e1577
Cleanups
2020-12-13 22:16:44 +01:00
twinaphex
572e263d20
Updates
2020-12-13 21:21:21 +01:00
Autechre
99032e2f4f
Merge pull request #11690 from jdgleaver/rgui-cjk-update
...
(RGUI) Add support for CJK punctuation glyphs
2020-12-13 19:43:33 +01:00
Autechre
646eee823e
Merge pull request #11689 from gouchi/patch-2
...
Update CHANGES.md
2020-12-13 19:40:18 +01:00
jdgleaver
74fff8dc62
(RGUI) Add support for CJK punctuation glyphs
2020-12-13 12:34:53 +00:00
gouchi
b04e93f188
Update CHANGES.md
...
- Add Finnish language per #11666
2020-12-13 12:58:53 +01:00
Autechre
12dc69c501
Merge pull request #11666 from gouchi/finnish
...
intl: Add Finnish language
2020-12-12 21:45:06 +01:00
gouchi
5926f00b67
update missing part in msg_hash.c
2020-12-12 18:02:14 +01:00
Autechre
184d15bdd2
Merge pull request #11680 from jdgleaver/rzip-tool-fixes
...
RZIP command line tool fixes
2020-12-11 20:18:52 +01:00
Autechre
71ed4db45a
Merge pull request #11681 from crystalct/master
...
Fix multipass shaders on PS3 - fix #11673
2020-12-11 20:18:35 +01:00
Autechre
301b0f6353
Merge pull request #11682 from jdgleaver/dingux-osd-cleanup
...
(OpenDingux/sdl_dingux_gfx) OSD font clean-up
2020-12-11 20:18:10 +01:00
jdgleaver
f657344d85
(OpenDingux/sdl_dingux_gfx) OSD font clean-up
2020-12-11 17:33:41 +00:00
unknown
96a7db2451
Fix multipass shaders on PS3
2020-12-11 18:22:27 +01:00
jdgleaver
e330b67003
RZIP command line tool: Use correct executable extension + silence warnings on Windows
2020-12-11 13:21:55 +00:00
jdgleaver
73c53b63bf
RZIP command line tool fixes
2020-12-11 11:00:19 +00:00
Autechre
4c98be1aa8
Merge pull request #11677 from jdgleaver/rgui-cjk
...
(RGUI) Add support for CJK fonts
2020-12-10 23:47:24 +01:00
Autechre
7b214efe5a
Merge pull request #11678 from davidgfnet/betterwifi2
...
Fix minor issues and a memleak
2020-12-10 23:46:44 +01:00
David Guillen Fandos
8b88f705b8
Fix minor issues and a memleak
2020-12-10 19:24:34 +01:00
jdgleaver
0f0ccbadc0
(RGUI) Add support for CJK fonts
2020-12-10 15:17:26 +00:00
Autechre
e31605b9fa
Merge pull request #11676 from schellingb/fix-unused-func-warning
...
Mark function possibly unused to suppress warning
2020-12-10 03:42:41 +01:00
Bernhard Schelling
3de2c290fe
Mark function possibly unused to suppress warning
...
Add attribute to avoid the warnings "rbuf__grow' defined but not used [-Wunused-function]" (GCC/Clang) and "unreferenced local function has been removed" (MSVC).
2020-12-10 09:35:08 +09:00
twinaphex
22e966be5b
Cleanups
2020-12-09 22:25:05 +01:00
twinaphex
b6fd220c79
Cleanups
2020-12-09 22:23:07 +01:00
twinaphex
a1b389565c
Silence warnings on Dingux
2020-12-09 22:18:26 +01:00
twinaphex
7ce76679de
Silence warnings for builds that don't have shader support
2020-12-09 22:11:06 +01:00
twinaphex
c2a73a6921
remove unused variables
2020-12-09 22:06:02 +01:00
twinaphex
c328b1f94a
Put wifi behind HAVE_NETWORKING ifdefs
2020-12-09 22:03:23 +01:00
twinaphex
4db9f01ecb
Take this function outside of the ifdef for shaders
2020-12-09 21:54:33 +01:00
Autechre
dd05dcf3a2
Merge pull request #11675 from davidgfnet/betterwifi2
...
Add a proper WiFi menu, with Enable/Disable & Disconnect options
2020-12-09 21:35:59 +01:00
David Guillen Fandos
ed7b3aa415
Add a proper WiFi menu, with Enable/Disable & Disconnect options
...
This also allows WiFi passwords to be remembered. The underlying
tool (connman) allows to store passswords (that's why it auto connects
whenever you boot a Lakka device), so we expose this so that the user
does not have to re-input the pass when connecting to a saved wifi.
Option to forget a password to come in a future PR, for now a password
is automatically forgotten if the Wifi connect operation fails (we assume
it fails due to password).
Changes the WiFi API to enable these features of course!
2020-12-09 20:20:48 +01:00
Autechre
0bb70902a8
Merge pull request #11671 from MrHuu/guard_threads
...
(3DS) guard threading
2020-12-09 02:49:51 +01:00
MrHuu
58cb2b6cc4
(3DS) guard treading
2020-12-09 00:48:45 +01:00
Autechre
70feaebc91
Merge pull request #11670 from sonninnos/nowinkey-option
...
(DINPUT+WINRAW) Option for disabling Windows hotkeys
2020-12-08 23:43:32 +01:00
Tony Jansson
75baed785e
(DINPUT+WINRAW) Option for disabling Windows hotkeys
2020-12-09 00:03:40 +02:00
gouchi
a7bdabd133
intl: Add Finnish language
2020-12-05 22:10:29 +01:00
twinaphex
625f0d4fc6
Improve conditional
2020-12-05 04:54:22 +01:00
twinaphex
9688554921
(D3D11) Use SWAP_EFFECT_*_DISCARD from now on fallback PC codepath
2020-12-05 04:48:11 +01:00
Autechre
8375055b88
Merge pull request #11663 from jdgleaver/gitlab-ngc
...
Add NGC build to .gitlab-ci.yml
2020-12-04 18:59:52 +01:00
jdgleaver
dff84b48f3
Add NGC build to .gitlab-ci.yml
2020-12-04 17:35:31 +00:00
Autechre
2ba2e00f19
Merge pull request #11661 from jdgleaver/gitlab-wii
...
Add Wii build to .gitlab-ci.yml
2020-12-04 13:37:29 +01:00
jdgleaver
42848bc4d7
Add Wii build to .gitlab-ci.yml
2020-12-04 11:01:34 +00:00
Autechre
6565fc9e9c
Merge pull request #11660 from davidgfnet/betterwifi2
...
Improving Wifi API and connman implementation
2020-12-04 04:08:38 +01:00