18578 Commits

Author SHA1 Message Date
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
twinaphex
11d75d088c (data runloop) Start creating separate message queue for data runloop 2015-04-11 01:17:46 +02:00
Alcaro
77dd981d21 Update input_keymaps.c 2015-04-11 00:49:02 +02:00
Alcaro
804a0f4378 Update input_keymaps.c 2015-04-11 00:47:21 +02:00
twinaphex
d4b10f1094 Comment out download progress message for now - causes threading
issues with threaded data runloop
2015-04-11 00:11:49 +02:00
twinaphex
a27c0714cb Take chunk_type out of struct 2015-04-10 23:45:56 +02:00
twinaphex
642a5ddb40 Put HAVE_THERADS guard around conditional 2015-04-10 23:31:53 +02:00
twinaphex
64e3e40bb6 rarch_main_data_thread_init - cleanup 2015-04-10 23:22:57 +02:00
twinaphex
c9986f871d Cleanup rarch_main_data_thread_init 2015-04-10 23:20:48 +02:00
twinaphex
c4020ebbd3 rarch_main_data_thread_init - cleanup 2015-04-10 23:17:29 +02:00
twinaphex
47b3895208 (Data runloop) Create locks before creating thread 2015-04-10 23:15:19 +02:00
Twinaphex
b40d71da52 Merge pull request #1619 from aliaspider/master
(3DS) audio driver: prevent an occasional lockup.
2015-04-10 22:49:59 +02:00
aliaspider
3eda95bb7e (3DS) audio driver: prevent an occasional lockup.
add performance counters.
2015-04-10 21:46:42 +01:00
twinaphex
48b71c8e01 (Runloop data) Move http_iterate to non-threaded data runloop for now - code
not thread-safe for now
2015-04-10 22:41:37 +02:00
twinaphex
9a36db00a4 Put rarch_main_data_nbio_iterate on threaded data runloop 2015-04-10 22:36:14 +02:00
twinaphex
ce5f3a9171 Start using threaded data runloop 2015-04-10 22:30:56 +02:00
twinaphex
830af534b6 (Runloop) Move some functions out of data_runloop_iterate 2015-04-10 22:16:07 +02:00
twinaphex
1ed0fd0495 (runloop_data.c) Refactor HTTP runloop code 2015-04-10 22:01:07 +02:00
twinaphex
d9c568f6e8 Refactor rarch_main_data_nbio_image_iterate 2015-04-10 20:46:31 +02:00
twinaphex
f13ab52ff6 (runloop_data.c) Early return if image is NULL 2015-04-10 20:29:48 +02:00
twinaphex
1949a2dfa5 Create rarch_main_data_nbio_image_iterate 2015-04-10 20:26:25 +02:00
twinaphex
d4b4d5e3b9 Start refactoring runloop_data 2015-04-10 20:22:21 +02:00