Commit Graph

17533 Commits

Author SHA1 Message Date
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
twinaphex
45cf71770e Rename g_settings to g_config - to prevent conflicts, had to rename
some static variables in some of the gfx context driver files
2015-03-21 01:15:03 +01:00
Twinaphex
5900492aeb (retroarch.c) Cleanups 2015-03-21 01:05:32 +01:00
twinaphex
4c9bfa6192 Cleanup some header includes 2015-03-21 01:03:00 +01:00
twinaphex
47d17cadb5 (settings.c) Cleanup header includes 2015-03-21 01:01:29 +01:00
twinaphex
20f1b0f935 (configuration.c) Cleanup some header includes 2015-03-21 01:00:02 +01:00
twinaphex
73e3460675 Change settings_data_ namespace to settings_ 2015-03-21 00:56:26 +01:00
twinaphex
14ac2d9791 Rename settings_data.h to settings.h 2015-03-21 00:49:55 +01:00
twinaphex
9f6cb1bca7 Rename settings.c to configuration.c 2015-03-21 00:42:09 +01:00
twinaphex
8c236366a7 Udpates pt. 8 2015-03-21 00:10:37 +01:00
twinaphex
e92565a95b Take out some config_file_macros.h 2015-03-21 00:08:01 +01:00
Twinaphex
4ecbc9bc66 Merge pull request #1524 from heuripedes/master
Win32 fixes
2015-03-21 00:03:50 +01:00
twinaphex
9eaee06b08 Rewrite more CONFIG_GET_PATH macro invocations 2015-03-21 00:01:35 +01:00
twinaphex
8a59ceebb8 rewrite more CONFIG_GET_PATH invocations 2015-03-20 23:49:18 +01:00
twinaphex
a71c75dea9 Start not going through the config file macros 2015-03-20 23:34:38 +01:00
twinaphex
c0d5a6c401 Updates pt. 7 2015-03-20 23:22:41 +01:00
twinaphex
55ba05a1a3 Updates pt. 6 2015-03-20 22:41:15 +01:00