Commit Graph

17216 Commits

Author SHA1 Message Date
aliaspider
6e471a6d80 correctly display failed message in take_screenshot when read_frame_raw
isn't defined.
2015-03-16 15:32:18 +01:00
aliaspider
83df686965 gl_read_frame_raw: flip frame only when using hardware render. 2015-03-16 15:29:52 +01:00
aliaspider
3100cd8ec2 modify take_screenshot to use the read_frame_raw callback when available
and needed (duped frame or HW_RENDER active).
2015-03-16 13:41:26 +01:00
aliaspider
a9f6a369bb (GL) add a test implementation for gl_read_frame_raw.
(inactive by default)
2015-03-16 13:39:25 +01:00
aliaspider
7a72d46f9a add a read_frame_raw callback to the video_driver_t structure. 2015-03-16 09:33:16 +01:00
twinaphex
2063216705 (rthreads) Refactor cond signal 2015-03-16 07:08:42 +01:00
twinaphex
142e04ab8c (CoreAudio) Cleanups 2015-03-16 06:42:37 +01:00
twinaphex
4f25b67baa Rename 'content_directory' to 'core_assets_directory' so it's more
understandable. NOTE: Nobody ever used GET_CONTENT_DIRECTORY so it's
permissible to change it since nobody will be affected by the change
to GET_CORE_ASSETS_DIRECTORY
2015-03-16 02:59:30 +01:00
twinaphex
ec9758a063 (netplay.c) Style nits 2015-03-16 02:17:04 +01:00
twinaphex
86366dba1e (PSP) buildfix 2015-03-15 19:32:11 +01:00
twinaphex
0a6c3f23c0 Add runloop.h header include to retroarch-joyconfig.c too 2015-03-15 18:30:39 +01:00
twinaphex
c410e24d58 (vg.c) Add runloop.h 2015-03-15 18:29:16 +01:00
twinaphex
7eaf29a443 (D3D) Add runloop.h header include 2015-03-15 18:19:56 +01:00
twinaphex
6ee8da7bc5 (D3D) Buildfix 2015-03-15 17:54:53 +01:00
twinaphex
6fd50c1cdb (D3D) Cleanups 2015-03-15 17:51:27 +01:00
twinaphex
dc66e35a0c (PS3) Move out gcmgl 2015-03-15 17:39:15 +01:00
Twinaphex
58d70364ec Merge pull request #1509 from heuripedes/master
Color and ST_HEX fixes
2015-03-15 17:18:58 +01:00
Higor Eurípedes
928f16c0f9 (settings) Fix menu_entry_normal_color declaration 2015-03-15 13:07:23 -03:00
Higor Eurípedes
4f1635e762 (Menu) Fix ST_HEX input 2015-03-15 13:07:23 -03:00
Higor Eurípedes
5d1ca03bd2 (RGUI, GLUI) Convert font color to the proper format before using it 2015-03-15 13:07:22 -03:00
Higor Eurípedes
803e2b2d8e (video_driver) Use RGBA instead of ABGR in FONT_COLOR_* 2015-03-15 13:07:02 -03:00
Twinaphex
a2e138461b (CoreAudio/iOS) scond_wait_timeout returns false when timed out 2015-03-15 16:39:04 +01:00
twinaphex
18ae16c529 (CoreAudio) Use rthreads now 2015-03-15 16:37:57 +01:00
Twinaphex
49e973c1d3 Merge pull request #1508 from vanfanel/master
Fixed building with dispmanx only with no OpenGL/GLES. Corrected comment...
2015-03-15 16:28:30 +01:00
vanfanel
9b6d336983 Fixed building with dispmanx only with no OpenGL/GLES. Corrected comment. 2015-03-15 16:20:03 +01:00
Twinaphex
2c1001d748 Merge pull request #1506 from CautiousAlbino/master
Fix build for RSound.
2015-03-15 15:00:09 +01:00
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