Commit Graph

56433 Commits

Author SHA1 Message Date
Bernhard Schelling b90ce9b451
Fixes for Clang warnings 2020-10-12 05:25:12 +09:00
Bernhard Schelling c0cb3373e3
Fixes for CXX_BUILD 2020-10-12 04:30:45 +09:00
schellingb ba1ed2da4b New faster json parser/writer library rjson
Replace existing libraries jsonsax_full and jsonsax with it
2020-10-12 03:02:20 +09:00
Autechre b5836a6cb3
Merge pull request #11432 from justinweiss/3ds-use-condvar
[3DS] Use the CondVar API for condition variables
2020-10-11 07:47:22 +02:00
Justin Weiss 1ee7b71884 [3DS] Use the CondVar API for condition variables
The pthread wrapper uses semaphores to simulate condition variables,
but it is easy to hit the 3DS' limit of available semaphores. libctru
2.0 supplies a lightweight condition variable API. We will use that
when it exists, and backport it when it doesn't.
2020-10-10 19:31:08 -07:00
Autechre 38ccca18f4
Merge pull request #11429 from natinusala/ozone-wiggle-wraparound
ozone: implement wiggling for main menu when wrap-around is disabled
2020-10-10 19:02:45 +02:00
twinaphex 7e84d9a93b Reorder struct 2020-10-10 18:14:03 +02:00
twinaphex 81fc3a1361 Cleanups 2020-10-10 18:10:22 +02:00
twinaphex cb45f08db8 Cleanups 2020-10-10 18:02:02 +02:00
twinaphex e16dd186b7 Cleanups 2020-10-10 17:58:32 +02:00
twinaphex be47a72af5 Cleanups 2020-10-10 17:55:06 +02:00
twinaphex 92f17b8d46 Add more global warnings 2020-10-10 17:44:56 +02:00
twinaphex 68e56a2345 Add warning to update_time_callback 2020-10-10 17:36:29 +02:00
twinaphex 12c1677697 Small cleanup 2020-10-10 17:27:39 +02:00
natinusala 6619760e6f ozone: implement wiggling for main menu when wrap-around is disabled 2020-10-10 16:20:46 +02:00
Autechre 6767f0f0c3
Merge pull request #11430 from valadaa48/drm_gfx_race_condition
drm_gfx: fix race conditions
2020-10-10 06:16:58 +02:00
valadaa48 c6aaa0076b drm_gfx: fix race condition in drm_surface_set_aspect 2020-10-10 00:04:09 -04:00
twinaphex f38db9e77c Header include cleanups 2020-10-09 20:23:13 +02:00
twinaphex d3dbfba8bc Avoid CXX_BUILD warning 2020-10-09 20:19:34 +02:00
twinaphex 8ea147c081 Turn these all static const 2020-10-09 20:18:33 +02:00
Autechre ca736269f6
Merge pull request #11428 from jdgleaver/video-filters-pt2
Further video filter additions
2020-10-09 19:58:26 +02:00
jdgleaver 54f2156954 Further video filter additions 2020-10-09 13:59:41 +01:00
Autechre 9ac393fa02
Merge pull request #11427 from justinweiss/free-smaller-blocks
[3DS] Free memory in 1MB blocks
2020-10-09 03:21:02 +02:00
twinaphex 9ff25e1fa2 Add warning 2020-10-08 18:21:10 +02:00
twinaphex 2e94f3d5d7 move ozone_pure_white to ozone userdata 2020-10-08 18:19:50 +02:00
Autechre 8a1711dd28
Merge pull request #11419 from whorsemaster/twilight_zone_ozone
(ozone) New Theme - Twilight Zone
2020-10-08 18:04:02 +02:00
Autechre 8e4dad3e4b
Merge pull request #11426 from jdgleaver/dingux-default-paths
OpenDingux: Update default directory paths
2020-10-08 17:55:25 +02:00
jdgleaver 2bc705144f OpenDingux: Update default directory paths 2020-10-08 16:15:46 +01:00
Autechre d34c427f3f
Merge pull request #11425 from jdgleaver/dingux-input
OpenDingux: Add 'sdl_dingux' input/joypad drivers and use by default
2020-10-08 15:22:30 +02:00
jdgleaver 2dc837850f OpenDingux: Add 'sdl_dingux' input/joypad drivers and use by default 2020-10-08 13:26:45 +01:00
Autechre 611ca29172
Merge pull request #11422 from Jamiras/cheevos_ach_list_sublabel
(cheevos) add sublabel and icon to achievement entry of quick menu
2020-10-07 23:36:12 +02:00
Jamiras 15af1aece5 add sublabel and icon to achievement entry of quick menu 2020-10-07 14:35:35 -06:00
Autechre 129852fb84
Merge pull request #11421 from Jamiras/cheevos_hardcore_pause
(cheevos) disable frame advance; delay pause spam in hardcore
2020-10-07 05:53:29 +02:00
Autechre a061540dd1
Merge pull request #11412 from Lennard599/IOS_fix_openURL_crash
IOSApp doesn't crash anymore when a file is shared to it
2020-10-06 21:36:55 +02:00
Francisco José García García 29becd8683 [VITA] Add CI/CD 2020-10-06 21:32:47 +02:00
Jamiras 96fc17f43c disable frame advance; delay pause spam in hardcore 2020-10-06 07:52:33 -06:00
whorsemaster deb13fcc4d (ozone) New Theme - Twilight Zone
new ozone theme
2020-10-05 18:17:27 -05:00
twinaphex 2588f51ff2 Fix CXX_BUILD 2020-10-06 00:54:37 +02:00
twinaphex f1b6a0dfb1 Add HAVE_THREADS ifdef 2020-10-05 23:52:39 +02:00
twinaphex 18d21d8f95 Cleanups 2020-10-05 22:01:31 +02:00
twinaphex d66541ba99 Turn function static 2020-10-05 21:54:07 +02:00
twinaphex 54f30e31a1 Cleanups 2020-10-05 21:44:13 +02:00
twinaphex 088e6b9e44 Move gfx_widgets_pure_white to dispwidget struct 2020-10-05 19:59:15 +02:00
twinaphex 90503f885b Move msg_queue_background to struct 2020-10-05 19:54:54 +02:00
twinaphex a7c54f1848 Move video_driver_thread pointer grabbing to retroarch.c 2020-10-05 18:13:53 +02:00
Autechre 21d3878d72
Merge pull request #11417 from jdgleaver/gekko-stat
(GEKKO) Remove trailing slash when calling retro_vfs_stat_impl()
2020-10-05 17:38:26 +02:00
jdgleaver b431285819 (GEKKO) Remove trailing slash when calling retro_vfs_stat_impl() 2020-10-05 15:16:58 +01:00
twinaphex d1dd0e9d60 Not sure why this printf was there 2020-10-05 16:01:40 +02:00
Autechre 1108385bff
Merge pull request #11416 from jdgleaver/dingux-ipu-sharpness
OpenDingux: Enable selection of image interpolation method when using the 'sdl_dingux' gfx driver
2020-10-05 15:50:25 +02:00
jdgleaver 80f1da2fb1 OpenDingux: Enable selection of image interpolation method when using 'sdl_dingux' gfx driver 2020-10-05 14:34:21 +01:00