twinaphex
564e5f4aff
Cleanup
2020-10-13 02:13:23 +02:00
Autechre
11406e07e8
Merge pull request #11438 from libretro/vita_memory
...
[VITA] Workaround: Increase memory threshold
2020-10-12 20:03:01 +02:00
Francisco José García García
085e592761
[VITA] Workaround: Increase memory threshold
2020-10-12 19:24:49 +02:00
Autechre
4951247979
Merge pull request #11436 from jdgleaver/dingux-frame-width
...
OpenDingux: Ensure SDL surface width is a multiple of 16 when using 'sdl_dingux' gfx driver (crash/glitch fix)
2020-10-12 17:24:27 +02:00
jdgleaver
6094e2c32a
OpenDingux: Ensure SDL surface width is a multiple of 16 when using 'sdl_dingux' gfx driver (crash/glitch fix)
2020-10-12 12:16:44 +01:00
twinaphex
c01e8d52a5
Small cleanups to vulkan_create_texture
2020-10-12 01:53:21 +02:00
twinaphex
a11a0eae77
(Vulkan) Style nits
2020-10-12 01:36:50 +02:00
twinaphex
5c76ccbe4a
Cleanups
2020-10-12 01:26:51 +02:00
twinaphex
a6eaac2a84
Get rid of some static code analysis warnings
2020-10-12 00:00:54 +02:00
Autechre
009220bc3f
Merge pull request #11434 from schellingb/rjson
...
New faster json parser/writer library rjson
2020-10-11 23:27:35 +02:00
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
Autechre
0c052978f4
Merge pull request #11435 from justinweiss/restore-output-samples-buf-check
...
Add audio_driver_output_samples_buf checks back
2020-10-11 21:09:03 +02:00
Justin Weiss
dc6dea4b84
Add audio_driver_output_samples_buf checks back
...
It's possible for audio_driver_active to be true after the driver has
been uninitialized and before it has been reinitialized, so these
checks are still necessary.
2020-10-11 11:56:06 -07: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