Commit Graph

17399 Commits

Author SHA1 Message Date
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
twinaphex
fdc4f3058f Simplify runloop.c - get rid of convenience macros 2015-03-21 08:27:30 +01:00
twinaphex
7a90d232c8 Remove CONFIG_GET_INT macro 2015-03-21 08:05:50 +01:00
twinaphex
cc0fbaa113 Get rid of most of the unnecessary config file macros 2015-03-21 08:00:17 +01:00
twinaphex
0cfe669cb0 Don't reference g_settings in configuration.c 2015-03-21 07:45:45 +01:00
twinaphex
dcfc187179 (libretro-common) Remove config_file_macros.h 2015-03-21 07:39:51 +01:00
twinaphex
bff038b282 Fix configuration.h header includes 2015-03-21 07:05:08 +01:00
twinaphex
0b456bac75 general.h - header include cleanups 2015-03-21 07:00:56 +01:00
twinaphex
1a08caaedb (PS3) Buildfixes 2015-03-21 06:57:13 +01:00
twinaphex
3676917265 Silence unused variable warnings 2015-03-21 06:55:34 +01:00
twinaphex
276e3d1767 (Wii Salamander) Buildfix 2015-03-21 06:53:37 +01:00
twinaphex
7678433cac (MSVC) Buildfixes 2015-03-21 06:48:32 +01:00
twinaphex
75b035026f Split off logger code to separate file 2015-03-21 06:31:58 +01:00
Twinaphex
fc09ad68be (GL) Fix unused variable warning 2015-03-21 06:24:37 +01:00
Twinaphex
e1fa004fcd Fix some unused variable warnings 2015-03-21 06:23:00 +01:00
twinaphex
f1fe7559bc Put g_extern on heap 2015-03-21 06:17:03 +01:00
twinaphex
dc45cafa32 Create rarch_main_verbosity and rarch_main_log_file 2015-03-21 06:02:00 +01:00
twinaphex
2409da4afe global_get_ptr update pt. 3 2015-03-21 05:55:31 +01:00
twinaphex
5a443d229a global_get_ptr update pt. 2 2015-03-21 05:42:49 +01:00
twinaphex
e6f0d366cb Go through global_get_ptr 2015-03-21 04:43:18 +01:00
twinaphex
3d140cdb36 Start going through global_get_ptr 2015-03-21 02:07:46 +01:00
twinaphex
0a5de72318 Move stuff over to runloop.h 2015-03-21 01:59:47 +01:00
twinaphex
533c5c0eb1 Create rarch_main_global_init/rarch_main_global_deinit 2015-03-21 01:53:14 +01:00
twinaphex
80840cac0c Put g_config on heap 2015-03-21 01:47:06 +01:00
twinaphex
0724617abd Make g_config a static variable and make it no longer global 2015-03-21 01:36:20 +01:00
twinaphex
a66c72e875 Get rid of g_config references in retroarch.c 2015-03-21 01:32:57 +01:00