Commit Graph

17405 Commits

Author SHA1 Message Date
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
twinaphex
208815fd8e (BB10/QNX) Don't need Cascades 2015-03-20 22:32:42 +01:00
twinaphex
5ad9f131ce Updates pt. 5 2015-03-20 22:32:09 +01:00
twinaphex
85d244d09a Include stdint.h in net_compat.c 2015-03-20 22:23:08 +01:00
twinaphex
5d8ce54a9f Updates pt. 4 2015-03-20 22:22:06 +01:00
twinaphex
f130b00596 Updates pt. 3 2015-03-20 22:08:36 +01:00
Higor Eurípedes
79335249d0 (libretro-common/net_compat.c) Fix build 2015-03-20 17:41:50 -03:00
Higor Eurípedes
c28fa5ded0 (qb) Set HAVE_GETADDRINFO=yes on windows 2015-03-20 17:41:50 -03:00
twinaphex
950f15ac2c Updates pt. 2 2015-03-20 21:31:16 +01:00
twinaphex
e996d5d51f Updates 2015-03-20 21:22:38 +01:00
twinaphex
3a0f9599b1 Update settings.c 2015-03-20 20:52:54 +01:00
twinaphex
7bc845006b Start replacing more g_settings usages 2015-03-20 20:43:22 +01:00
twinaphex
e4ffbf0008 Update retroarch.c 2015-03-20 20:20:33 +01:00
twinaphex
a6b9c63d26 Start getting rid of g_settings global 2015-03-20 19:57:16 +01:00
twinaphex
6cefa69aa4 Go through settings pointer 2015-03-20 19:48:23 +01:00
twinaphex
0f98407674 Create config_get_ptr 2015-03-20 19:32:46 +01:00
twinaphex
509c2d9be4 Move settings struct definition to settings.h 2015-03-20 19:15:08 +01:00
twinaphex
b1491e2a5b Put g_runloop on heap 2015-03-20 19:01:03 +01:00
twinaphex
106e5e9eb4 rarch_main_data_deinit - add free 2015-03-20 18:55:58 +01:00
twinaphex
c287b03841 g_data_runloop - turn it into a pointer 2015-03-20 18:54:03 +01:00
twinaphex
1481c09402 Go through wrapper for accessing g_data_runloop 2015-03-20 18:36:18 +01:00
twinaphex
70d57ad911 Go through rarch_main_get_ptr in runloop.c 2015-03-20 18:31:09 +01:00
twinaphex
dce59e9e14 logger.c - update 2015-03-20 18:18:52 +01:00
twinaphex
9405cec6ca Use net_compat.h in net_http_test.c 2015-03-20 18:12:37 +01:00
twinaphex
27b6d5776a Cleanups 2015-03-20 18:07:09 +01:00
twinaphex
871b6944cb net_http_new_socket - C89 compatibility fixes 2015-03-20 18:04:46 +01:00
twinaphex
ddc48dac87 stdint.h - fixup comments 2015-03-20 18:01:54 +01:00
twinaphex
bdb8475647 Fixup some C++ comments 2015-03-20 17:59:10 +01:00
twinaphex
cb41ee6186 net_http_test.c - Fixup header include 2015-03-20 17:57:29 +01:00