twinaphex
15bb15b22c
(D3D) Cleanups
2015-03-16 18:33:47 +01:00
twinaphex
02d41ad651
(D3D) Move variables to top
2015-03-16 18:18:37 +01:00
twinaphex
2e075db519
Comment out empty struct
2015-03-16 18:08:24 +01:00
Twinaphex
2c8ed13ec1
Merge pull request #1517 from heuripedes/cxx-build
...
Cxx build
2015-03-16 18:04:56 +01:00
Higor Eurípedes
814777d16b
(menu_entries_cbs) Propagate extern C attribute in CXX builds
2015-03-16 14:01:23 -03:00
Higor Eurípedes
7d1b2467da
(sdl_input.c) Fix CXX build
2015-03-16 14:01:23 -03:00
Higor Eurípedes
b979e81b61
(sdl2_gfx.c) Fix CXX build
2015-03-16 14:01:23 -03:00
twinaphex
b4e564ad60
(D3D) Get rid of monitor namespace
2015-03-16 17:58:04 +01:00
Twinaphex
a22453278a
Merge pull request #1516 from lakkatv/xmb
...
(Menu) Fix warnings on C++ build
2015-03-16 17:55:36 +01:00
Jean-André Santoni
d5bafd590b
(Menu) Fix warnings on C++ build
2015-03-16 17:53:08 +01:00
Twinaphex
2532923d7d
Merge pull request #1515 from lakkatv/xmb
...
(XMB) Fix warnings on C++ build
2015-03-16 17:42:17 +01:00
twinaphex
1bb0050160
(PS3) Compile in HAVE_OVERLAY support
2015-03-16 17:40:08 +01:00
Jean-André Santoni
ecd33a3852
(XMB) Fix warnings on C++ build
2015-03-16 17:40:05 +01:00
twinaphex
80a6673004
Fix some CXX_BUILD errors
2015-03-16 16:57:27 +01:00
twinaphex
a0f242e1a2
Capitalize enum names
2015-03-16 16:33:23 +01:00
twinaphex
02913851da
(GL) Rearrange some variables
2015-03-16 16:28:30 +01:00
twinaphex
1edddcbd98
(GL) Initialize buffer and buffer_texture to NULL
2015-03-16 16:27:40 +01:00
twinaphex
29e3c79e8b
(GL) Deal with some potential memory leaks
2015-03-16 16:22:48 +01:00
Twinaphex
c1b1ff46e0
Merge pull request #1514 from aliaspider/master
...
small fix for gl_read_frame_raw/screenshot code.
2015-03-16 16:03:35 +01:00
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
Twinaphex
7af188185a
Merge pull request #1512 from aliaspider/master
...
add a read_frame_raw callback to the video_driver_t structure.
2015-03-16 14:38:05 +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