Commit Graph

52479 Commits

Author SHA1 Message Date
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
orbea
19e86a2b19 qb: Allow multi argument CC and CXX. 2020-01-13 09:41:14 -08:00
twinaphex
46b62b4a63 Update Makefile 2020-01-13 08:28:26 +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
5b8411fe77 Silence implicit definition warnings 2020-01-12 21:46:28 +01:00
twinaphex
682d8f23e9 Strip out accessibility settings in menu if HAVE_ACCESSIBILITY
is not defined
2020-01-12 21:38:30 +01:00
twinaphex
34a9224334 Add accessibility.h 2020-01-12 21:34:31 +01:00
twinaphex
88ee7cbfa8 Add HAVE_ACCESSIBILITY switch 2020-01-12 21:33:00 +01:00
twinaphex
70e472e9e2 (menu widgets) Minor variable cleanups; shouldn't affect anything 2020-01-12 21:11:26 +01:00
twinaphex
e9adb44c4a Avoid two warnings 2020-01-12 00:07:41 +01:00
twinaphex
81f8cae52a (RGUI) Prevent 'potential uninitialized reference to variables'
in load_custom_theme
2020-01-11 23:22:54 +01:00
twinaphex
36e67108fb Cleanups 2020-01-11 23:22:54 +01:00
Twinaphex
f0bad7b091
Merge pull request #9988 from hasenbanck/fix-brackets
Fix brackets in buffer logic of the ffmpeg core.
2020-01-11 23:15:28 +01:00
Nils Hasenbanck
354c50039b Fix brackets in buffer logic of the ffmpeg core. 2020-01-11 15:01:21 +01:00
twinaphex
b9c69e24a9 Cleanups 2020-01-11 05:06:38 +01:00
twinaphex
6319262b9c (RGUI) Prevent warning 2020-01-11 05:03:27 +01:00
twinaphex
78e02bf3dd Avoid warnings when HAVE_RUNAHEAD is not defined 2020-01-11 05:02:46 +01:00
twinaphex
3492ba5fd6 (libretro-common) Prevent warning 2020-01-11 04:48:33 +01:00
twinaphex
f9ed6cbbfe Prevent another warning 2020-01-11 04:27:38 +01:00
twinaphex
98a573033d Prevent another warning 2020-01-11 04:26:31 +01:00
twinaphex
066089873b Prevent warning when HAVE_NETWORKING is not defined 2020-01-11 04:13:05 +01:00
twinaphex
8032ff6e19 (RCheevos) Cleanups 2020-01-11 03:07:54 +01:00
twinaphex
99d5dba6ae Add signal.h check for linux/unix 2020-01-10 15:19:29 +01:00
Twinaphex
0b0455975b
Update CHANGES.md 2020-01-10 15:09:37 +01:00
Twinaphex
4b34894b59
Merge pull request #9978 from dev-0x7C6/master
Added additional CI test for passing sysroot flags via CC and CXX.
2020-01-10 15:07:20 +01:00
Twinaphex
311ee2db62
Update build.gradle 2020-01-10 15:06:00 +01:00
Twinaphex
dfafcb0513
Update AndroidManifest.xml 2020-01-10 15:05:34 +01:00
Twinaphex
28520af599
Merge pull request #9979 from hasenbanck/better-buffer-logic
Fix the ffmpeg core packet buffer logic.
2020-01-10 15:04:31 +01:00
Twinaphex
207795abfd
Merge pull request #9981 from jdgleaver/thumb-task-cleanup
Thumbnail downloader clean-ups
2020-01-10 15:04:11 +01:00
jdgleaver
495ad41741 Thumbnail downloader clean-ups 2020-01-10 11:08:36 +00:00
Nils Hasenbanck
d591529e7a Fix the ffmpeg core packet buffer logic.
The logic for when to consider to decode a buffered packet did
had used a "magic number" when considering when the current packet
should be decoded when compared to the reference packet.
This change uses the media fps so that we never "overshoot" our target
and don't need to rely on a "magic number".
2020-01-10 08:23:18 +01:00
twinaphex
3a5dace583 (WiiU) fix build 2020-01-10 01:16:42 +01:00
Bartłomiej Burdukiewicz
e2952586d1 Added additional CI test for passing sysroot flags via CC and CXX. 2020-01-09 23:14:50 +01:00
Twinaphex
16f25c2e06
Update AndroidManifest.xml 2020-01-09 21:36:38 +01:00
Twinaphex
8fea733a1f
Update AndroidManifest.xml 2020-01-09 21:36:23 +01:00
Twinaphex
bbb09f7557
Update AndroidManifest.xml 2020-01-09 21:36:14 +01:00
Twinaphex
1fc1acd3d0
Update CHANGES.md 2020-01-09 19:54:04 +01:00
twinaphex
0923985516 (GL/WGL) This regression caused cores that required GL to fail
because it would try to erroneously load GLESv2.dll instead of
OpenGL32.dll
2020-01-09 19:26:53 +01:00
twinaphex
2b1d1bc8cb (MaterialUI) Add icons for rooms 2020-01-09 18:21:25 +01:00
twinaphex
38e3cc2087 Update CHANGES.md 2020-01-09 18:11:00 +01:00
twinaphex
be3acb902b (Discord) use fill_pathname_application_path 2020-01-09 17:19:00 +01:00
twinaphex
617940fb8d Move midi_null driver to retroarch.c 2020-01-09 17:00:46 +01:00
twinaphex
a96ae6e987 (Playlists) Make sure history list can be set to 1 as a bare minimum -
bump up default to 200 for history and favorites lists
2020-01-09 16:49:52 +01:00
twinaphex
a65396ba56 Add title for sideload core setting 2020-01-09 16:44:04 +01:00
twinaphex
61c4e3a5e4 Update Makefile.ctr.salamander 2020-01-09 15:49:24 +01:00
twinaphex
df8f93e9d5 Split up VFS file_path code into separate file 2020-01-09 15:44:48 +01:00
twinaphex
577e1bd693 Merge branch 'master' of https://github.com/libretro/RetroArch 2020-01-09 15:28:30 +01:00
Twinaphex
1012d07e7f
Merge pull request #9973 from jdgleaver/sideload-core-fix
Fix manual core installation
2020-01-09 15:26:53 +01:00