twinaphex
|
c0a1a6a3fe
|
Move system->shutdown to runloop_ctl, turn it into a local
static variable
|
2015-12-04 12:44:12 +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
|
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
|
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
|
456252582e
|
(menu_navigation.c) Turn static variable into local static variable
|
2015-12-04 03:26:48 +01:00 |
|
Higor Eurípedes
|
f63468d783
|
Fix some potential null derefs
|
2015-12-03 21:22:29 -03:00 |
|
Jean-André Santoni
|
a6d4e596bb
|
(Menu) Fix a regression in menu_displaylist_parse_settings
|
2015-12-04 07:01:52 +07:00 |
|
Jean-André Santoni
|
5874805fe4
|
(Menu) Fix the empty setting list edge case. Prevents being stuck in an empty menu. Fixes #2509
|
2015-12-04 05:16:05 +07:00 |
|
twinaphex
|
584e0c5110
|
Prevent crash in Android
|
2015-12-03 21:37:52 +01:00 |
|
Jean-André Santoni
|
bc602645c7
|
(Menu) Use float for icon coordinates, makes animations look smoother
|
2015-12-03 15:34:17 +07:00 |
|
twinaphex
|
317049cd25
|
(Android) We now use the built-in assets extraction inside RA to
extract the 'assets' dir from the APK, no more Java JNI library
for this
|
2015-12-02 06:22:04 +01:00 |
|
twinaphex
|
6062467d1b
|
task_decompress.c - add code for handling subdir extraction from
zip archive - needed for APK extraction
|
2015-12-02 06:06:15 +01:00 |
|
twinaphex
|
a59cee2521
|
Update bundle assets task call
|
2015-12-02 04:04:51 +01:00 |
|
twinaphex
|
0679916db1
|
Start setting up all the code needed for bundle assets
extraction
|
2015-12-02 03:55:28 +01:00 |
|
Twinaphex
|
eb512d0caf
|
Should fix input config label regression
|
2015-12-01 18:29:46 +01:00 |
|
twinaphex
|
b056e809c3
|
Attempt to fix dispmanx issue for joolswills
|
2015-12-01 04:28:53 +01:00 |
|
twinaphex
|
c5df156f23
|
Cleanups
|
2015-12-01 03:33:50 +01:00 |
|
twinaphex
|
2c2aaec107
|
Don't use global->cheat outside cheats.c
|
2015-12-01 03:07:16 +01:00 |
|
twinaphex
|
e0ec68a73d
|
Reduce references to global->cheat
|
2015-12-01 03:03:33 +01:00 |
|
twinaphex
|
dbb3d8f770
|
Rewrite cheat code
|
2015-12-01 03:00:31 +01:00 |
|
twinaphex
|
39b8971fae
|
Reduce references to global->cheat
|
2015-12-01 02:55:07 +01:00 |
|
twinaphex
|
8efb57f4bf
|
Reduce scope of global->cheat
|
2015-12-01 02:49:27 +01:00 |
|
twinaphex
|
b8eba00a7e
|
Reduce scope of global->cheat
|
2015-12-01 02:46:43 +01:00 |
|
twinaphex
|
43abd39f6a
|
Start limiting scope of global->cheat to cheats.c
|
2015-12-01 02:43:34 +01:00 |
|
twinaphex
|
04605f085c
|
Create RUNLOOP_CTL_{PERFCNT}
|
2015-11-30 21:56:35 +01:00 |
|
twinaphex
|
9824eb7ea9
|
Rename rarch_main_ctl to runloop_ctl
|
2015-11-30 21:42:59 +01:00 |
|
twinaphex
|
4e333302ae
|
Rename RARCH_MAIN_CTL* to RUNLOOP_CTL*
|
2015-11-30 21:35:50 +01:00 |
|
twinaphex
|
ca71e1a5bb
|
Rename RARCH_ACTION_STATE_ to RARCH_CTL_
|
2015-11-30 21:28:55 +01:00 |
|
twinaphex
|
1368897cd6
|
(Wii) Warning fixes
|
2015-11-30 19:34:34 +01:00 |
|
Higor Eurípedes
|
826e3d6262
|
(menu) Add bundle decompression stub
|
2015-11-30 12:36:49 -03:00 |
|
twinaphex
|
bf66b43ecd
|
Remove unused variable
|
2015-11-30 15:57:26 +01:00 |
|
twinaphex
|
4e0a4150b5
|
Merge runloop and runloop_data.c
|
2015-11-30 15:35:57 +01:00 |
|
Higor Eurípedes
|
cf0a493605
|
Add some task-related localized strings
|
2015-11-30 10:02:36 -03:00 |
|
Higor Eurípedes
|
7e156584ba
|
(tasks) Add progress metter and task titles
|
2015-11-30 09:17:46 -03:00 |
|
twinaphex
|
ec2b8c2c48
|
Cleanup
|
2015-11-30 05:38:00 +01:00 |
|
Twinaphex
|
98e6df93cb
|
Automatically reinit after asset extraction succeeded for
CB_UPDATE_ASSETS
|
2015-11-30 05:36:36 +01:00 |
|
twinaphex
|
5d52f4856a
|
Get rid of INLINE qualifier for some functions
|
2015-11-30 05:13:12 +01:00 |
|
twinaphex
|
e2fde41124
|
Move current_msg to gfx/video_driver.c
|
2015-11-29 20:59:52 +01:00 |
|
twinaphex
|
f7bb3650d9
|
Simplify driver_set_nonblock_state
|
2015-11-29 17:45:07 +01:00 |
|
twinaphex
|
e8d6e48a74
|
Remove unused variables
|
2015-11-29 17:34:31 +01:00 |
|
twinaphex
|
6fd6288337
|
Move block_libretro_input to input_driver.c
|
2015-11-29 17:33:29 +01:00 |
|
twinaphex
|
253649b0cf
|
Move flushing_input to input_driver.c
|
2015-11-29 17:23:30 +01:00 |
|
twinaphex
|
6c4b6310aa
|
(playlist.c) Go through wrapper functions
|
2015-11-29 00:46:47 +01:00 |
|
Higor Eurípedes
|
3bad31e513
|
(tasks_decompress) Attempt to fix some Android issues
|
2015-11-28 17:14:07 -03:00 |
|
Higor Eurípedes
|
aad63e776b
|
Log some warnings in the decompression code
|
2015-11-28 16:08:55 -03:00 |
|
twinaphex
|
c23846c5dc
|
Merged input_joypad.c and input_joypad_driver.c
|
2015-11-28 16:22:49 +01:00 |
|
twinaphex
|
1df5d44bdb
|
Rename input/keyboard_line
|
2015-11-28 16:13:16 +01:00 |
|
twinaphex
|
68169f9ac3
|
Rename input_get_bind_string_* functions
|
2015-11-28 16:06:14 +01:00 |
|