Commit Graph

17424 Commits

Author SHA1 Message Date
twinaphex
e8060a2423 Create more menu driver wrapper functions 2015-03-22 05:32:43 +01:00
twinaphex
a760d25384 Create menu_driver_frame 2015-03-22 05:27:19 +01:00
twinaphex
0fd8fb77e9 Create menu context wrapper functions 2015-03-22 05:21:14 +01:00
twinaphex
a635c8c80d (menu_setting.c) Cleanups 2015-03-22 04:56:13 +01:00
twinaphex
c0ab69f67f (menu.c) Cleanups 2015-03-22 04:48:50 +01:00
twinaphex
e661d980cf Create menu_context_reset 2015-03-22 04:42:45 +01:00
twinaphex
326e7907ae (image.c) Cleanups 2015-03-22 04:15:30 +01:00
twinaphex
842d0aafa5 (input_overlay.c) Cleanups 2015-03-22 04:02:04 +01:00
twinaphex
713c7f6093 Cleanup input_overlay_load_desc_image 2015-03-22 03:56:57 +01:00
twinaphex
cd77bc7f68 Simplify input_overlay_load_desc_image 2015-03-22 03:55:04 +01:00
twinaphex
4b8de58878 Rename functions 2015-03-22 03:41:20 +01:00
twinaphex
a57abb74dc Rename some functions 2015-03-22 03:32:28 +01:00
Twinaphex
89ff0f0fe4 Update data_runloop_iterate 2015-03-22 01:21:28 +01:00
twinaphex
2a8f9fdfc0 Put g_driver on heap and make it a pointer 2015-03-22 01:16:57 +01:00
twinaphex
248d985ae6 Don't call driver_get_ptr until after call to rarch_main_state_alloc
has been made
2015-03-22 00:43:10 +01:00
Twinaphex
c233418d4a (iOS) Fix 2 2015-03-22 00:33:51 +01:00
Twinaphex
7c0b42bee3 (iOS) Fix 2015-03-22 00:31:42 +01:00
twinaphex
572b59d417 Robustness fixes 2015-03-22 00:29:30 +01:00
twinaphex
16cce08fa7 Rename threaded_video_resolve to threaded_video_get_ptr 2015-03-22 00:24:47 +01:00
twinaphex
508ade73f9 Rename menu_driver_resolve to menu_driver_get_ptr 2015-03-21 23:56:42 +01:00
twinaphex
5d0815a7b7 Rename video_driver_resolve to video_driver_get_ptr 2015-03-21 23:46:49 +01:00
Twinaphex
06d643adaa (retroarch.c) Fix potential segfault in rarch_main_command 2015-03-21 23:43:00 +01:00
twinaphex
d7d92cf83e (PSP) Style nits 2015-03-21 23:27:18 +01:00
twinaphex
f517c41070 (PSP) Style nits 2015-03-21 23:25:46 +01:00
twinaphex
2ec7fdde51 (GLX) Add GLES2 support 2015-03-21 23:10:06 +01:00
Andrés
5ba31807b4 Revert
In debian if you have both you will have python for python2, and python3 for python3, this makes the script unusable in such cases because it will resort to the first one found on the path.
2015-03-21 17:06:38 -05:00
twinaphex
f3fefa2ceb (QNX) Build fixes 2015-03-21 22:55:50 +01:00
twinaphex
4bc9514197 (RMenu) Fixes 2015-03-21 22:51:25 +01:00
twinaphex
84f9f64f47 (360 MSVC) Fixes 2015-03-21 22:48:27 +01:00
Twinaphex
a599b399da (iOS) Buildfix 2015-03-21 22:30:58 +01:00
twinaphex
f689702727 (Android) Build fixes 2015-03-21 22:29:44 +01:00
Twinaphex
726c64369f (Apple) Buildfix 2015-03-21 22:28:12 +01:00
twinaphex
64a866af84 Prevent crash in net_http.c function 2015-03-21 22:10:13 +01:00
twinaphex
0087801ea7 Turn 'driver' static 2015-03-21 22:04:34 +01:00
twinaphex
54b0125f88 Deinitialize drivers in rarch_main_state_free 2015-03-21 20:10:14 +01:00
twinaphex
7e7a42ec21 Reimplement rarch_main_state_free 2015-03-21 19:43:46 +01:00
twinaphex
83947f473b Split up rarch_main_state_new into two - rarch_main_state_alloc
allocates all state, rarch_main_state_new actually 'initializes'
the drivers, etc.
2015-03-21 19:31:38 +01:00
twinaphex
ff83aab195 Move rarch_main_state_new up 2015-03-21 19:04:20 +01:00
Twinaphex
2721c84a1b Merge pull request #1527 from vanfanel/master
Free menu resources when exiting RA from menu. Changed console restore f...
2015-03-21 17:41:44 +01:00
vanfanel
25d9fc301d Free menu resources when exiting RA from menu. Changed console restore function name to a more appropiate one. 2015-03-21 11:53:44 +01:00
twinaphex
fad16b5c60 (file_ops.c) Cleanups 2015-03-21 09:42:15 +01:00
twinaphex
08f13ccc0d Cleanup read_generic_file 2015-03-21 09:40:29 +01:00
twinaphex
414d964a8b Simplify file_read some more 2015-03-21 09:34:50 +01:00
twinaphex
3ebcfad8c0 (file_ops.c) Simplify read_file 2015-03-21 09:31:07 +01:00
twinaphex
323475c516 Create RARCH_CMD_VOLUME_UP/RARCH_CMD_VOLUME_DOWN 2015-03-21 09:25:21 +01:00
twinaphex
359349895f Simplify rarch_limit_frame_time 2015-03-21 09:14:07 +01:00
twinaphex
7dcd98471f Simplify runloop pt. 2 2015-03-21 09:05:30 +01:00
twinaphex
06f5972d16 Simplify runloop.c 2015-03-21 09:01:27 +01:00
twinaphex
de0ca98487 Refactor time_to_exit 2015-03-21 08:54:27 +01:00
twinaphex
148da6b5f9 runloop.c - simplify 2015-03-21 08:41:08 +01:00