twinaphex
c0482ff2ea
Get rid of send debug info - if we ever bring this back, needs to be
...
reimplemented according to new infra
2020-01-25 14:53:04 +01:00
Guo Yunhe
24aa0f7fe6
Merge branch 'master' into translation-update-script
2020-01-23 12:04:19 +02:00
jdgleaver
00397a33f0
(Disk Control Interface) Add support for saving/restoring last used disk in playlists + code overhaul
2020-01-22 17:09:12 +00:00
twinaphex
f852209040
Silence some unused variable warnings on some targets
2020-01-19 06:04:37 +01:00
Twinaphex
506b524db0
Merge pull request #10027 from ToadKing/fix-mouse-capture
...
fix mouse capture hotkey not working
2020-01-19 04:14:23 +01:00
Toad King
7ca666a0e9
fix mouse capture hotkey not working
...
There's a normal binding for this set in your configs/`grab_mouse_toggle`, but
there's a second place where it's hardcoded to check the F11 key. Because F11
is the default key, both of these codepaths will run which immediately captures
and then uncaptures the mouse cursor, effectively breaking it.
Tested and this fixes the behavior on Linux and Emscripten
2020-01-18 12:49:08 -06:00
twinaphex
a01e6652df
Replace ZeroMemory with memset
2020-01-18 10:46:25 +01:00
jdgleaver
a2e1d622e1
Add disk control interface API extension
2020-01-17 16:34:05 +00:00
Guo Yunhe
c6139b7285
Merge branch 'master' into translation-update-script
2020-01-17 17:14:11 +02:00
twinaphex
fc7dc3cef7
(Camera) Add stub null camera driver
2020-01-15 05:20:01 +01:00
jdgleaver
16c4035e1c
DISABLE_MENU=1 build fix
2020-01-14 14:04:34 +00:00
jdgleaver
b5eba22aaf
Disk control interface improvements
2020-01-14 12:30:08 +00:00
twinaphex
e4ef930b47
(Android) Prevent crash when Android device is minimized and you go back to
...
the app
2020-01-13 19:21:24 +01:00
twinaphex
7874d179da
Simplify create_win32_process
2020-01-13 00:01:28 +01:00
twinaphex
341a4d50ea
Buildfix
2020-01-12 23:56:08 +01:00
twinaphex
b8328a9fdf
(Accessibility) Cleanups
2020-01-12 22:04:31 +01:00
twinaphex
88ee7cbfa8
Add HAVE_ACCESSIBILITY switch
2020-01-12 21:33:00 +01:00
twinaphex
b9c69e24a9
Cleanups
2020-01-11 05:06:38 +01:00
twinaphex
78e02bf3dd
Avoid warnings when HAVE_RUNAHEAD is not defined
2020-01-11 05:02:46 +01:00
twinaphex
98a573033d
Prevent another warning
2020-01-11 04:26:31 +01:00
twinaphex
99d5dba6ae
Add signal.h check for linux/unix
2020-01-10 15:19:29 +01:00
twinaphex
38e3cc2087
Update CHANGES.md
2020-01-09 18:11:00 +01:00
twinaphex
617940fb8d
Move midi_null driver to retroarch.c
2020-01-09 17:00:46 +01:00
natinusala
b1ad6014f0
libnx: fix swkbd indefinitely showing up
2020-01-07 20:06:20 +01:00
twinaphex
665b98bd28
(CTR) Buildfix
2020-01-06 20:09:59 +01:00
twinaphex
203bea3fe6
(MIDI) Turn bunch of functions static
...
(Menu) Remove menu_display_null driver
2020-01-06 17:30:09 +01:00
twinaphex
bbd1e6a6a5
Get rid of separate null midi driver file and display server file
2020-01-06 16:06:42 +01:00
twinaphex
3efa83a646
Get rid of record null file
2020-01-06 15:59:03 +01:00
twinaphex
1d2150cb45
Remove drivers_hid/null_hid.c
2020-01-06 15:52:35 +01:00
twinaphex
246863279a
Get rid of null input and null joypad driver files
2020-01-06 15:28:11 +01:00
twinaphex
a986b71947
Remove separate audio / video null driver files
2020-01-06 15:22:21 +01:00
twinaphex
5dcdee5faa
Get rid of null camera file and null location file - and buildfix
2020-01-06 14:57:02 +01:00
twinaphex
8386c06e07
Fix issue #9368 on Linux - 'Show desktop menu on startup' does not
...
launch qt-ui
2020-01-06 14:48:41 +01:00
Guo Yunhe
c4c8778017
Rebase
2020-01-04 21:56:20 +02:00
jovonna
decd374c15
Initial port to dingux platform
2020-01-04 12:20:03 -05:00
twinaphex
9c6c10da22
(Playlist) Get rid of settings_t dependency
2020-01-04 12:04:00 +01:00
twinaphex
3667690027
Revert "Integer scale fix for windowed mode"
...
This reverts commit 4ec9fe5a57ee22558f6faa1f931910ec4a296064.
2020-01-03 13:56:44 +01:00
twinaphex
c73daa6a1c
(Discord) Remove settings_t dependency
2020-01-02 18:29:30 +01:00
twinaphex
6b6233944b
Cleanups
2020-01-02 18:25:37 +01:00
twinaphex
05d71ebb67
Start reducing dependency on settings struct
2020-01-02 17:41:52 +01:00
twinaphex
19406af87f
Cleanups
2020-01-02 17:17:18 +01:00
twinaphex
fc4a5ad691
Revert "Configurable lobby URL"
...
This reverts commit cc0b7c42d1164cb69b806b88b2d17a47f9af5bd2.
2020-01-02 15:30:50 +01:00
jdgleaver
195c9f6ab6
Ensure core info is always initialised when calling 'drivers_init()'
2020-01-02 09:49:05 +00:00
twinaphex
cc0b7c42d1
Configurable lobby URL
2020-01-02 10:15:21 +01:00
twinaphex
4ec9fe5a57
Integer scale fix for windowed mode
2020-01-02 10:05:18 +01:00
twinaphex
55de2803a4
Turn some input functions static
2020-01-01 10:22:29 +01:00
twinaphex
4de34a53e7
Turn input_driver_grab_mouse/input_driver_ungrab_mouse static
2020-01-01 09:22:23 +01:00
twinaphex
1e45692f0b
Create HAS_SET_SUBSYSTEMS for rarch_ctl
2019-12-30 07:46:33 +01:00
twinaphex
586f54a0f7
Fix C89_BUILD
2019-12-25 09:08:50 +01:00
Twinaphex
e52daa8602
- use MIN macro instead of min for portability
...
- remove unused variable
2019-12-25 08:31:18 +01:00