Commit Graph

18399 Commits

Author SHA1 Message Date
twinaphex
070147187d Refactor frontend_ctx_init_first 2015-04-12 00:24:20 +02:00
twinaphex
7dcbeef98f (platform_android.c) Turn some C++ comments into C comments 2015-04-12 00:03:03 +02:00
twinaphex
867ee391dd (GX) Start using sthread wrapper functions for device notification thread 2015-04-11 23:37:00 +02:00
twinaphex
89a5196403 Add HAVE_NETPLAY ifdef 2015-04-11 23:03:41 +02:00
Alcaro
c953b78f07 Fix missing HAVE_MENU ifdef. 2015-04-11 22:05:54 +02:00
twinaphex
6f62c87a62 Fix dylib.h 2015-04-11 21:59:46 +02:00
twinaphex
0d8bcb518b Add dynamic.h header include 2015-04-11 21:57:03 +02:00
twinaphex
5dfdeba58f Make d3d_make_d3dpp public 2015-04-11 21:56:38 +02:00
twinaphex
f50b208ec8 Move d3d_make_d3dpp to d3d.cpp 2015-04-11 21:54:52 +02:00
twinaphex
40c64b3302 Move init_rewind to rewind.c 2015-04-11 13:36:33 +02:00
twinaphex
7f56e5c214 Move deinit_netplay to netplay.c 2015-04-11 13:31:33 +02:00
twinaphex
a150cb84bd Move init_netplay to netplay.c 2015-04-11 13:29:40 +02:00
twinaphex
19260898eb Replace dynamic.h header dependencies to dylib.h header dependencies 2015-04-11 10:38:10 +02:00
twinaphex
ba0ea3da1d Create dylib.h header 2015-04-11 10:36:13 +02:00
twinaphex
f16e19e5b4 (runloop_data.c) Cleanups/style nits 2015-04-11 09:33:20 +02:00
twinaphex
89366b9b35 (runloop_data.c) Cleanups 2015-04-11 09:25:41 +02:00
twinaphex
6cb2c57c0e (DB) Create message queue for db operations 2015-04-11 09:17:27 +02:00
twinaphex
e6ba8128b8 (database_info.c) Cleanup 2015-04-11 09:04:48 +02:00
twinaphex
be96b95dda Style nits 2015-04-11 08:45:55 +02:00
twinaphex
54b10d8eca (gfx/drivers) Style nits 2015-04-11 08:39:37 +02:00
twinaphex
e76f8b9a71 init_video_pixel_converter - return false if calloc failed 2015-04-11 08:23:02 +02:00
twinaphex
341579f7b6 (input_driver.c) Cleanups 2015-04-11 08:17:55 +02:00
twinaphex
3eed6fd464 (input_driver.c) Cleanups/refactors 2015-04-11 08:14:45 +02:00
twinaphex
271292045b (audio_driver.c) Refactors 2015-04-11 08:08:57 +02:00
twinaphex
b31fd31793 Fix win32_show_cursor 2015-04-11 07:10:35 +02:00
twinaphex
184fe19a79 Implement stub versions of write_avail for SDL and CTR audio drivers 2015-04-11 06:56:02 +02:00
twinaphex
9d607cbc56 (audio_driver.c) Cleanups 2015-04-11 06:48:42 +02:00
radius
3d1679f027 Merge branch 'master' of github.com:libretro/RetroArch 2015-04-10 23:33:48 -05:00
twinaphex
c00b1ac7e1 init_video - cleanup 2015-04-11 06:23:40 +02:00
twinaphex
b77a3c49ee Cleanup video_driver_set_shader 2015-04-11 06:17:59 +02:00
twinaphex
c5cdd729db Create video_driver_suppress_screensaver 2015-04-11 06:12:27 +02:00
twinaphex
5112a6883e Create video_driver_ctx_get_ptr 2015-04-11 06:09:24 +02:00
radius
97f41403f5 move the early return conditions to a better location 2015-04-10 23:02:56 -05:00
twinaphex
128fbce403 video_driver.c - Refactor 2015-04-11 05:57:53 +02:00
twinaphex
ef825e0c6a (Menu/video) Cleanups 2015-04-11 05:44:35 +02:00
Twinaphex
93c3838b70 Remove unused variables 2015-04-11 05:31:03 +02:00
twinaphex
aeb359f5b5 Go through more menu driver wrapper functions 2015-04-11 05:28:40 +02:00
twinaphex
8b10d0adc2 (menu_driver.c) Refactors 2015-04-11 05:15:38 +02:00
twinaphex
494dd6200e (Menu) Cleanups 2015-04-11 05:09:10 +02:00
radius
47c8b6d4e1 Merge branch 'master' of github.com:libretro/RetroArch 2015-04-10 21:23:39 -05:00
radius
96dc0d6f84 disable overrides with netplay for now, will re-enable after figuring out how netplay starts 2015-04-10 21:23:29 -05:00
twinaphex
bcc1b249f7 (runloop_data.h) Cleanup 2015-04-11 03:37:43 +02:00
twinaphex
09feb15e97 Simpler way of showing download progress message on threaded
data runloop (also usable for other messages in the future)
2015-04-11 03:34:26 +02:00
twinaphex
6b617f498b Refactor rarch_main_data_db_iterate some more 2015-04-11 03:13:52 +02:00
twinaphex
b385e0f39e (rarch_main_data_db_iterate) Make it more robust 2015-04-11 03:06:50 +02:00
twinaphex
ad446249af (netplay.c) Restore 2015-04-11 02:49:30 +02:00
Twinaphex
4f02cc306b (Data runloop) Remove unused variable 2015-04-11 02:06:33 +02:00
twinaphex
156204293c Create rarch_main_data_nbio_image_upload_iterate 2015-04-11 02:01:08 +02:00
twinaphex
91e70cae41 (Data runloop) Cleanup some unused variables 2015-04-11 01:42:16 +02:00
twinaphex
9cf1b96e95 Buildfix for input_keymaps.c 2015-04-11 01:20:52 +02:00