Commit Graph

17328 Commits

Author SHA1 Message Date
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
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
twinaphex
10d2d7cba8 Take out netplay.h dependency (net_compat.c) 2015-03-20 17:57:04 +01:00
twinaphex
d2c97de070 Move net_compat/net_http to libretro-common 2015-03-20 17:56:00 +01:00
twinaphex
b97ea7bc8d Create input_overlay_load_texture_image 2015-03-20 04:12:17 +01:00
twinaphex
1457e50ae5 (Overlay) input_overlay_load_overlays_iterate - cleanups 2015-03-20 03:30:17 +01:00
twinaphex
2a82d4a3c0 (input_overlay.c) Move some code over to texture loading code 2015-03-20 03:26:48 +01:00
twinaphex
86644aee3c (gl_common.c) Cleanup 2015-03-20 02:51:16 +01:00
twinaphex
a086e8f60b Rename/move menu_texture to gfx/video_texture 2015-03-20 02:19:19 +01:00
twinaphex
873c306a41 (PSP) Buildfix 2015-03-20 02:10:14 +01:00
twinaphex
f73e65fc7c runloop_data.c - update 2015-03-20 01:50:14 +01:00
twinaphex
9e432b4251 (Overlay) Remove unused variables 2015-03-20 01:47:11 +01:00
twinaphex
7a8325950b Ifdef some code with HAVE_THREADS 2015-03-20 01:43:58 +01:00
twinaphex
97d73557d8 (Overlay) Create OVERLAY_IMAGE_TRANSFER_DESC_IMAGE_ITERATE 2015-03-19 23:13:25 +01:00
twinaphex
758039c3f5 Simplify input_overlay_load_desc 2015-03-19 23:02:50 +01:00
twinaphex
ada29dcbd6 Simplify input_overlay.c 2015-03-19 22:52:15 +01:00
twinaphex
21c835bd40 Merge branch 'master' of https://github.com/libretro/RetroArch 2015-03-19 19:07:07 +01:00
Twinaphex
d1bb9de44a Merge pull request #1522 from vanfanel/master
Fixed lockup issue on the dispmanx driver. Rewrote some parts for simpli...
2015-03-19 16:17:58 +01:00
vanfanel
d7a2a7c4c1 Fixed lockup issue on the dispmanx driver. Rewrote some parts for simplicity. 2015-03-19 12:23:18 +01:00
twinaphex
f6a791a3e0 Call rarch_main_data_deinit from outside 2015-03-19 07:28:46 +01:00
twinaphex
58cf81d1d8 Refactor thrading code in runloop_data.c 2015-03-19 07:18:27 +01:00
twinaphex
8d0297dfe1 (input_overlay.c) Take out general.h include 2015-03-19 04:28:40 +01:00
twinaphex
461e358693 (Runloop data) More changes 2015-03-19 00:13:54 +01:00
twinaphex
14089975b4 (Runloop data) Flesh out data thread callback 2015-03-18 23:39:33 +01:00
twinaphex
e8bfadae1d (runloop data) More changes 2015-03-18 23:20:07 +01:00
twinaphex
06279ee6c3 (data runloop) Refactors 2015-03-18 23:13:00 +01:00
twinaphex
0d16858eff (runloop_data.c) Some changes 2015-03-18 22:37:27 +01:00
twinaphex
578f59292b (runloop data) Add HAVE_THREADS around some threading-only code 2015-03-18 22:27:52 +01:00
twinaphex
b6bf600393 Begin with experimental threading implementation of data runloop 2015-03-18 22:11:53 +01:00