Commit Graph

17190 Commits

Author SHA1 Message Date
CautiousAlbino cc12f42512 Fix build for RSound. 2015-03-15 14:28:20 +01:00
twinaphex 3929f66c83 Get rid of unused gfx/image/image_nbio.c 2015-03-15 07:08:42 +01:00
twinaphex 4729da05bd (runloop_data.c) Add DATA_TYPE_OVERLAY 2015-03-15 07:07:59 +01:00
twinaphex 31da3a5075 Teardown/setup code still very delicate to rearrange - restore
to original
2015-03-15 06:50:08 +01:00
twinaphex 61df1917db (Menu) deferred_push_core_information - guard against one possible crash occurring 2015-03-15 06:48:21 +01:00
twinaphex f094a76c22 Simplify rarch_main_data_msg_queue_push 2015-03-15 06:44:01 +01:00
twinaphex 27367a733b (runloop_data.c) Create rarch_main_data_msg_queue_push 2015-03-15 06:41:04 +01:00
twinaphex d6072b5044 Change runloop structs 2015-03-15 06:30:37 +01:00
twinaphex 9f088d8e72 (Audio filters) Cleanups 2015-03-15 06:17:51 +01:00
Twinaphex 7a552e61ea (CoreAudio) Cleanups 2015-03-15 05:55:03 +01:00
twinaphex de7a613298 (CoreAudio) Style nits 2015-03-15 05:52:26 +01:00
twinaphex 6c0f4eb5f0 (dispmanx_gfx.c) Cleanups 2015-03-15 05:41:29 +01:00
twinaphex 7a9d2c6358 (sunxi_gfx.c) Style nits 2015-03-15 05:38:31 +01:00
twinaphex 61d6f69aa8 Backport Vanfanel mutex fix 2015-03-15 05:35:46 +01:00
Twinaphex 6181306e5d Merge pull request #1505 from iKarith/master
Make iOS build GLSL shaders
2015-03-15 05:33:50 +01:00
twinaphex 31c5e2fea5 (sunxi gfx) Change signature of thread callback function 2015-03-15 05:30:57 +01:00
Twinaphex da498c0583 (btdynamic) Get rid of warning due to thread function callback
signature
2015-03-15 05:29:19 +01:00
twinaphex a5e9ff7fcc (btdynamic) Use rthreads 2015-03-15 05:25:36 +01:00
twinaphex af0aea78b4 (Dispmanx) Use rthreads 2015-03-15 05:23:13 +01:00
twinaphex bbb61f0d3d (SunXI gfx) Use rthreads 2015-03-15 05:19:04 +01:00
twinaphex c49fc1c9ec (JACK) Take out pthread.h header 2015-03-15 05:10:52 +01:00
twinaphex 248a3fd40b (JACK) Use rthreads 2015-03-15 05:10:13 +01:00
twinaphex 84e9f2fa7d Use retro_inline throughout 2015-03-15 04:52:46 +01:00
twinaphex 08f59ddbff Use retro_inline.h 2015-03-15 04:41:11 +01:00
twinaphex 26f2bd4cbf Start going through retro_inline INLINE 2015-03-15 04:37:54 +01:00
twinaphex a333a629ca Start going through INLINE 2015-03-15 04:30:46 +01:00
twinaphex 1dbbe685cd Start using retro_inline.h for rewind.c 2015-03-15 04:28:53 +01:00
twinaphex a944921453 Use INLINE in general.h and include retro_inline.h 2015-03-15 04:25:49 +01:00
twinaphex c569345fc5 Get rid of LOG_FILE_DEINIT in rarch_main_state_free - already
done in leaf function
2015-03-15 04:21:26 +01:00
T. Joseph Carter 4d89fedb07 iOS: Fix Xcode GLSL shader script & copy shaders to bundle 2015-03-14 20:19:52 -07:00
twinaphex d146fed5c3 Get rid of useless additional extra function 2015-03-15 04:19:26 +01:00
twinaphex c7d4e63b83 Create clear_main_state_extern_global and group all deallocations/frees
of g_extern to this function
2015-03-15 04:17:05 +01:00
T. Joseph Carter f40209c659 Try to build shaders for iOS 2015-03-14 19:57:14 -07:00
T. Joseph Carter 28740e969d Some improvements to fetch-submodules.sh I thought I committed weeks ago 2015-03-14 19:57:14 -07:00
T. Joseph Carter cb0f3d844f Make cg2glsl.py fail gracefully if python is too old 2015-03-14 19:57:14 -07:00
twinaphex 6e48f3d2d2 Take general.h header dependency out of menu_animation.c 2015-03-15 03:26:09 +01:00
twinaphex fed47454e3 Move some header includes out of general.h 2015-03-15 03:24:00 +01:00
twinaphex 892e665f40 Move definition of globals for g_data_runloop and g_runloop
out of settings.c
2015-03-15 03:21:58 +01:00
twinaphex 8c1045c1ae Create wrapper functions for initing the runloop message queue
and freeing it
2015-03-15 03:10:45 +01:00
twinaphex e378962724 Fix hardcoded arguments in rarch_main_msg_queue_push 2015-03-15 03:03:33 +01:00
twinaphex 80d9785f46 Update msg_queue_pull instances to go through new interface too 2015-03-15 03:02:49 +01:00
twinaphex 761177a885 Update more old code to go through the new wrapper function 2015-03-15 02:59:38 +01:00
Twinaphex 2706644b1e (iOS) Build fix 2015-03-15 02:50:13 +01:00
twinaphex 00239a30d6 Create wrapper functions for passing a message to the runloop's
message queue
2015-03-15 02:47:23 +01:00
twinaphex 96ae2e9882 Move code over to runloop.h 2015-03-15 02:00:11 +01:00
twinaphex 55f517fff0 Put ifdef around rarch_main_data_iterate_overlay 2015-03-15 01:46:00 +01:00
twinaphex 7d45268506 (runloop_data.c) Fix uninitialized variable warning 2015-03-15 01:44:58 +01:00
twinaphex 962a5d61b6 (Android) Fix Android build 2015-03-15 01:40:43 +01:00
twinaphex 4a68e58b8c (runloop_data.c) Move rarch_main_iterate_overlay_state to runloop_data.c 2015-03-15 01:39:43 +01:00
twinaphex cea8f0cbe0 (Overlay) Change input_overlay_load_overlays 2015-03-15 00:16:57 +01:00