50392 Commits

Author SHA1 Message Date
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
f5a8a934ac Cleanups 2019-08-11 11:14:45 +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
8308c41277 (netplay frontend) Cleanup this code - netplay_data should be
properly encapsulated
2019-08-10 17:25:39 +02:00
twinaphex
5c30b0803d Fix some typos in comments 2019-08-10 14:24:30 +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
96ba8b6928 Cleanups 2019-08-10 04:34:15 +02:00
Twinaphex
1f6e41755b
Merge pull request #9270 from DEX357/patch-38
Update msg_hash_pl.h
2019-08-10 04:20:49 +02:00
twinaphex
5cac6dddfb See if this is what is behind the performance regression 2019-08-10 02:21:30 +02:00
DEX357
b75e3ba65a
Update msg_hash_pl.h 2019-08-10 00:01:13 +02:00
DEX357
5b84029a32
Update msg_hash_pl.h 2019-08-09 22:51:26 +02:00
DEX357
aac972fcf6
Update msg_hash_pl.h 2019-08-09 22:07:49 +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
4600195895 Refactor some menu_driver_alive code 2019-08-09 20:45:54 +02:00
DEX357
3d867ad6e2
Update msg_hash_pl.h
Another missing entry I hope the last one please update @twinaphex
2019-08-09 19:22:01 +02:00
Twinaphex
a88b357817
Merge pull request #9250 from bparker06/gl_highest
opengl: loop through highest available versions to find a working one
2019-08-09 17:09:13 +02:00
twinaphex
759591d5a6 Cleanups 2019-08-09 17:05:50 +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
6482a81ef5 Update menu_driver_render 2019-08-09 12:09:01 +02:00
twinaphex
82168c0925 Start preparing to move menu_driver_render 2019-08-09 11:59:46 +02:00
twinaphex
881ef63b63 Cleanups 2019-08-09 11:43:35 +02:00
Twinaphex
da1ff54ddd
Merge pull request #9244 from DEX357/patch-37
Update msg_hash_pl.h
2019-08-08 20:15:14 +02:00
Twinaphex
249621fa75
Merge pull request #9265 from jdgleaver/shader-menu-fix
(Menu) Prevent undefined behaviour when failing to load shaders
2019-08-08 18:53:23 +02:00
jdgleaver
6ead35b37c (Menu) Prevent undefined behaviour when failing to load shaders 2019-08-08 17:02:32 +01:00
twinaphex
ecbd58d3af Small cleanup 2019-08-08 17:04:45 +02:00
twinaphex
faa55b4dff glslang_read_shader_file - potential leak here 2019-08-08 16:55:39 +02:00
twinaphex
b282125107 Revert "Refactor code for glslang shader presets - buffer entire file"
This reverts commit 0fee6a9ef4914d228118b689fe755ef663ce2d4d.
2019-08-08 16:36:34 +02:00
twinaphex
83c113cb59 Cleanups 2019-08-08 14:57:28 +02:00
twinaphex
211e664e5d (GX2) Cleanups 2019-08-08 14:54:21 +02:00
twinaphex
7977570bc8 Cleanup 2019-08-08 14:32:14 +02:00
Twinaphex
3c2df78caf
Merge pull request #9264 from ToadKing/errno_codes
emscripten: add hack to prevent ERRNO_CODES from being optimized away
2019-08-08 05:08:43 +02:00