2094 Commits

Author SHA1 Message Date
twinaphex
524f202231 Turn two functions static 2019-08-12 13:04:08 +02:00
twinaphex
a45c9b6eb4 Duplicate aspect ratio code that was being ran twice 2019-08-12 12:52:40 +02:00
Twinaphex
39a876a083 (Apple OSX Metal) Define HAVE_NO_BUILTIN_ZLIB 2019-08-12 12:05:52 +02:00
twinaphex
f6d0de0ed5 Cleanups 2019-08-12 11:43:43 +02:00
twinaphex
54be49d88e More accurate framerate OSD 2019-08-12 11:36:49 +02:00
twinaphex
302cc16b57 Cleanups 2019-08-12 10:45:16 +02:00
twinaphex
15513c7752 Prevent input_driver_poll from being called more than once per
frame - would only regularly happen when 'pause when menu activated'
was turned off and we went to the menu, and maybe a slight few
times inside specific cores, but nothing major
2019-08-12 10:27:57 +02:00
twinaphex
3c9a3de8bc Refactor runloop_check_state 2019-08-11 20:04:41 +02:00
twinaphex
ca3a80091a Cleanup runloop_iterate
NOTE/CHECK: Hopefully wiiu is unaffected by the change
in sleeping
2019-08-11 19:39:48 +02:00
twinaphex
e4e86d027e Don't call runloop_get_system_info from within retroarch.c 2019-08-11 19:21:44 +02:00
twinaphex
8647bbc36f Attempt to fix WiiU build 2019-08-11 14:48:32 +02:00
twinaphex
ab293b9900 Add HAVE_THREADS ifdefs 2019-08-11 12:53:21 +02:00
twinaphex
2b6613c137 Accidentally removed this 2019-08-10 20:09:33 +02:00
twinaphex
a0f9f47e89 Cleanup savestate code 2019-08-10 20:06:38 +02:00
twinaphex
8ac794d4af Simplify fastforwarding code 2019-08-10 19:59:33 +02:00
twinaphex
9b4fe343f3 Fix --disable-menu 2019-08-10 17:47:09 +02:00
twinaphex
baf8c71545 Cleanups 2019-08-10 14:23:00 +02:00
twinaphex
41c6345381 Cleanups 2019-08-10 14:14:20 +02:00
twinaphex
e3ba467932 Refactor rarch_core_runtime_tick 2019-08-10 14:12:21 +02:00
twinaphex
23456bfc94 Create update_savestate_slot 2019-08-10 13:43:23 +02:00
twinaphex
602fd3b520 Call set_nonblocking state with false argument directly 2019-08-10 13:35:07 +02:00
twinaphex
c1b3869db5 Buildfix 2019-08-10 13:21:36 +02:00
twinaphex
7505251b40 Cleanups 2019-08-10 13:16:15 +02:00
twinaphex
562ea77613 menu_event_kb_set else path is being called every frame, so at
least make it fast
2019-08-10 07:13:21 +02:00
twinaphex
1de946a1b7 Optimize fastforwarding runtime check - menu widgets function
was being called every frame unnecessarily
2019-08-10 06:25:50 +02:00
twinaphex
60932b18ad All these functions can be made static 2019-08-10 04:52:33 +02:00
twinaphex
5cac6dddfb See if this is what is behind the performance regression 2019-08-10 02:21:30 +02:00
twinaphex
7c9de7ec0f Turn rarch_core_runtime_tick into static function 2019-08-09 22:02:29 +02:00
twinaphex
7900faa419 Move menu_display_libretro to retroarch.c 2019-08-09 21:59:58 +02:00
twinaphex
e51b93993b Move menu_driver_is_binding_state to retroarch.c 2019-08-09 21:41:10 +02:00
twinaphex
b0f088d5fd Move menu_driver_is_alive to retroarch.c 2019-08-09 21:31:51 +02:00
twinaphex
3ff237e278 Cleanups 2019-08-09 16:26:58 +02:00
twinaphex
a643f9e07e Refactor/reimplement mapper 2019-08-09 16:17:30 +02:00
twinaphex
05187f1a8c Cleanups 2019-08-09 13:28:40 +02:00
twinaphex
4d860c4d16 Move menu_driver_render to retroarch.c 2019-08-09 12:54:08 +02:00
twinaphex
881ef63b63 Cleanups 2019-08-09 11:43:35 +02:00
twinaphex
1cd281fb37 Cleanups when compiling with --disable-networking 2019-08-04 08:32:18 +02:00
twinaphex
7f59161156 Cleanup 2019-08-03 09:49:48 +02:00
twinaphex
7508cd5a73 Cleanups 2019-08-03 09:37:22 +02:00
twinaphex
f111ad893b Cleanup 2019-08-03 08:45:50 +02:00
twinaphex
c82693037f Cleanups 2019-08-02 21:15:54 +02:00
twinaphex
e04e8948f5 Combine two RARCH_LOGs 2019-08-02 21:09:05 +02:00
Twinaphex
55202294e0
Merge pull request #9108 from p-sam/libnx-audren-driver
(Switch) Libnx audren based audio driver
2019-08-02 19:10:21 +02:00
p-sam
badda24c12 (Switch) audren based audio drivers (libnx only) 2019-08-02 17:01:36 +00:00
twinaphex
70e54b2763 Get rid of unnecessary functions 2019-08-02 18:25:21 +02:00
twinaphex
9517f69a0a Cleanup core_option_manager_flush 2019-08-02 18:17:38 +02:00
twinaphex
7a2d09b4bf Cleanups/rewrites 2019-08-02 17:41:26 +02:00
jdgleaver
2fc8f5b0bf Add option to save core options per-core 2019-08-02 15:44:51 +01:00
jdgleaver
9617856c5c Remove favourites init/deinit from command event, and replace with seperate functions in retroarch.h/.c 2019-07-31 11:32:19 +01:00
jdgleaver
5220dc9084 Add independent 'favourites' playlist size setting 2019-07-30 17:13:04 +01:00