twinaphex
|
c0a1a6a3fe
|
Move system->shutdown to runloop_ctl, turn it into a local
static variable
|
2015-12-04 12:44:12 +01:00 |
|
twinaphex
|
371ebc6133
|
Initialize frame_time_last to 0
|
2015-12-04 12:27:37 +01:00 |
|
twinaphex
|
3b176eed6f
|
move frame_time_last out of system_t struct and make it
a static local variable inside rarch_main_iterate
|
2015-12-04 12:26:39 +01:00 |
|
twinaphex
|
35da6073df
|
(gx_joypad.c) Declare variables at top
|
2015-12-04 12:00:00 +01:00 |
|
twinaphex
|
0b9df5a069
|
(GX) Buildfix
|
2015-12-04 11:56:10 +01:00 |
|
twinaphex
|
d9ab26c6e0
|
Turn menu_animation_state into static local variable
|
2015-12-04 11:45:33 +01:00 |
|
twinaphex
|
526e41f271
|
Turn menu_input_state into static local variable
|
2015-12-04 11:43:42 +01:00 |
|
twinaphex
|
599fcec182
|
Get rid of menu_toggled variable
|
2015-12-04 11:34:06 +01:00 |
|
twinaphex
|
f21a9f2fd2
|
dinput.c - buildfix
|
2015-12-04 11:28:13 +01:00 |
|
twinaphex
|
128095c045
|
rarch_main_iterate - get rid of now unused ret function
|
2015-12-04 11:24:53 +01:00 |
|
twinaphex
|
56a26e9014
|
Reimplement fullscreen toggle
|
2015-12-04 11:21:06 +01:00 |
|
twinaphex
|
50f3999e9b
|
Backport/rewrites wmarquesr pt. 8
|
2015-12-04 11:11:05 +01:00 |
|
twinaphex
|
fdfcbaa042
|
Backport/rewrites wmarquesr pt. 7.5
|
2015-12-04 11:08:12 +01:00 |
|
twinaphex
|
b280d25f8a
|
Backport/rewrites wmarquesr pt. 8
|
2015-12-04 11:06:33 +01:00 |
|
twinaphex
|
20c506fa26
|
Backport/rewrites wmarquesr - pt. 7
|
2015-12-04 11:03:21 +01:00 |
|
twinaphex
|
b9bb4498d8
|
Backports/rewrites wmarquesr - pt. 6
|
2015-12-04 10:58:18 +01:00 |
|
twinaphex
|
f98eef8a53
|
Backport/rewrites wmarquesr - pt. 5
|
2015-12-04 10:49:09 +01:00 |
|
twinaphex
|
a53334fba6
|
Backport/rewrites wmarquesr - pt. 4
|
2015-12-04 10:41:05 +01:00 |
|
twinaphex
|
be971fc258
|
Backport/rewrites wmarquesr pt. 3
|
2015-12-04 10:38:51 +01:00 |
|
twinaphex
|
23e276376a
|
Backports/rewrites wmarquesr pt. 2
|
2015-12-04 10:35:33 +01:00 |
|
twinaphex
|
e2144c20ff
|
Backports/rewrites wmarquesr pt. 1
|
2015-12-04 10:33:06 +01:00 |
|
twinaphex
|
02d9dcf906
|
Cleanups
|
2015-12-04 10:23:39 +01:00 |
|
twinaphex
|
d0dba20c5a
|
Pass plain bool to rarch_main_iterate_time_to_exit
|
2015-12-04 10:19:13 +01:00 |
|
twinaphex
|
fddab2a2b8
|
Turn main_max_frames into static local variable and reimplement
rarch_main_iterate_time_to_exit
|
2015-12-04 10:18:14 +01:00 |
|
twinaphex
|
cc1f0e6ab4
|
Reimplement EVENT_CMD_SET_FRAME_LIMIT and make frame_limit_minimum_time
and frame_limit_last_time static local variables of rarch_main_iterate
|
2015-12-04 09:54:12 +01:00 |
|
twinaphex
|
251bca7166
|
Nit
|
2015-12-04 09:07:21 +01:00 |
|
twinaphex
|
b1b3831739
|
Move error_on_init to rarch_ctl and make it a static local variable
|
2015-12-04 09:06:47 +01:00 |
|
twinaphex
|
38d6cec9fd
|
Turn g_config into static local variable
|
2015-12-04 09:02:30 +01:00 |
|
twinaphex
|
bb6ab7351b
|
Move runloop_fullpath to runloop_ctl
|
2015-12-04 08:43:05 +01:00 |
|
twinaphex
|
1cd32c0dfc
|
Turn mq_lock into static local variable and move it to runloop_ctl
|
2015-12-04 08:40:42 +01:00 |
|
twinaphex
|
bdb54d91b7
|
video_monitor_fps_statistics - small cleanup
|
2015-12-04 08:27:47 +01:00 |
|
twinaphex
|
67518b3c6c
|
Move input_driver_block_hotkey to input_driver_ctl as static
local variable
|
2015-12-04 08:24:43 +01:00 |
|
twinaphex
|
24285d1167
|
Move input_driver_block_libretro_input to input_driver_ctl
as static local variable
|
2015-12-04 08:15:39 +01:00 |
|
twinaphex
|
6411a7d0d9
|
Make video_driver_current_msg smaller
|
2015-12-04 08:04:16 +01:00 |
|
twinaphex
|
21f4281f88
|
Turn main_core_shutdown_initiated into static local variable
|
2015-12-04 08:00:51 +01:00 |
|
twinaphex
|
a99c8a148f
|
Turn main_is_paused into static local variable
|
2015-12-04 07:56:53 +01:00 |
|
twinaphex
|
fe236eae32
|
move main_is_slowmotion to runloop_ctl as static local variable
|
2015-12-04 07:42:37 +01:00 |
|
twinaphex
|
f6dfcd0f68
|
Turn runloop_perfcnt_enable into local static variable
|
2015-12-04 07:22:42 +01:00 |
|
twinaphex
|
16912401c3
|
Move g_extern to global_get_ptr as static local variable
|
2015-12-04 07:18:39 +01:00 |
|
twinaphex
|
dc5060df79
|
Move g_driver to static loval variable for driver_get_ptr
|
2015-12-04 07:05:12 +01:00 |
|
twinaphex
|
456252582e
|
(menu_navigation.c) Turn static variable into local static variable
|
2015-12-04 03:26:48 +01:00 |
|
twinaphex
|
4561337183
|
(retroarch.c) Turn some static variables into static local variables
|
2015-12-04 03:20:33 +01:00 |
|
twinaphex
|
ad97c7f589
|
Turn main_is_idle into static local variable
|
2015-12-04 03:07:05 +01:00 |
|
twinaphex
|
646d697d95
|
Turn main_exec into static local variable
|
2015-12-04 03:01:48 +01:00 |
|
twinaphex
|
957d53499b
|
(input_autodetect.c) Turn static variable into local static variable - remote_bound
|
2015-12-04 02:57:47 +01:00 |
|
twinaphex
|
2582898a28
|
(input_driver.c) Nit
|
2015-12-04 02:50:29 +01:00 |
|
twinaphex
|
4eeada75b1
|
(input_driver.c) Turn some static variables into local static variables
|
2015-12-04 02:50:05 +01:00 |
|
twinaphex
|
830b3052e5
|
(video_driver.c) Turn some variables into local static variables
|
2015-12-04 02:29:49 +01:00 |
|
twinaphex
|
8e0fcc663b
|
(audio_driver.c) Turn some variables into static local variables
|
2015-12-04 02:16:17 +01:00 |
|
twinaphex
|
96ddc1f722
|
egl_destroy - don't do glFlush/glFinish on mobile platforms
|
2015-12-04 01:44:41 +01:00 |
|