twinaphex
e5ca995fac
(RGUI) Add checks in case set_rgui_texture is not bound
2013-03-10 23:18:34 +01:00
twinaphex
275eef09c1
(Xbox 1) Wrap some lines around HAVE_RMENU
2013-03-10 23:09:47 +01:00
ToadKing
6a60d459d0
HAVE_SCREENSHOTS define in RGUI
2013-03-10 17:54:46 -04:00
twinaphex
71e9dd3a6a
(RGUI) Portable folder_cb code
2013-03-10 22:40:20 +01:00
twinaphex
bffdd1a439
(RGUI) Fix warnings
2013-03-10 21:20:36 +01:00
twinaphex
dbc6d8263f
(360) Build fix
2013-03-10 21:18:04 +01:00
Themaister
384212470a
Avoid delay timer in rarch_main_iterate.
2013-03-10 21:13:55 +01:00
ToadKing
eb82bd2127
implement driver.current_msg
...
fix RGUI to no longer use driver.video_data casting
2013-03-10 16:02:10 -04:00
ToadKing
5b5264f2c5
(GX) implement viewport_info
2013-03-10 15:33:41 -04:00
twinaphex
cf4b45e49b
(360) Implemented get_fbo_state
2013-03-10 20:28:45 +01:00
twinaphex
e7287d19e5
Add HAVE_FBO ifdefs for gl and gx_video as well
2013-03-10 20:25:47 +01:00
twinaphex
dd697ded76
(XDK) Ifdef FBO video_poke functions with HAVE_FBO
2013-03-10 20:24:19 +01:00
twinaphex
e6eb583b23
(RMenu XUI) Use get_fbo_state from video_poke
2013-03-10 20:20:14 +01:00
Themaister
0e75731685
Add get_fbo_state().
2013-03-10 20:13:04 +01:00
twinaphex
7be75b29dc
(PS3/XDK) Remove gfx_ctx_set_overscan
2013-03-10 20:13:06 +01:00
twinaphex
9400d4030f
(XDK) Implement apply_state_changes
2013-03-10 20:00:58 +01:00
twinaphex
adc7c665e2
(RGUI) use apply_state_changes from video_poke interface - could
...
cut down on device_ptr dependency if we implement viewport_info
for GX
2013-03-10 19:58:22 +01:00
Themaister
0b67cd7e84
Add apply_state_changes.
2013-03-10 19:49:26 +01:00
Themaister
63d946c69f
Add set_rgui_texture interface to video_poke.
2013-03-10 19:14:28 +01:00
meancoot
debf31b7a4
(iOS) Various:
...
Re-add default config generation code, if a config file didn't exist it would not be possible to change settings while running.
Sort emulator core list.
Add .info files for more emulators.
2013-03-10 13:53:09 -04:00
twinaphex
e741cc77c6
start/stop/restart ifdeffed for RARCH_CONSOLE instead of
...
HAVE_RMENU - transfer of control bypasses initialization of variables
in RGUI - issues fixed
2013-03-10 17:40:34 +01:00
twinaphex
96dd31fcf2
(RGUI Xbox 1) Down to 7 compiler errors
2013-03-10 16:49:37 +01:00
twinaphex
8d67705bc6
(Xbox 1) Build fix in rgui.c
2013-03-10 16:43:24 +01:00
twinaphex
a750cbd7f5
(RGUI) Don't use rgui_file_type_t - use unsigned instead
2013-03-10 16:40:36 +01:00
twinaphex
b54cf4cd87
(RGUI) Can't have VLAs for Xbox 1 / MSVC
2013-03-10 16:37:34 +01:00
twinaphex
ae9ddf362b
(Xbox 1) Make xdk_ctx independent of HAVE_RMENU
2013-03-10 16:29:08 +01:00
twinaphex
5bc9402fed
(Xbox 1) Build fix
2013-03-10 16:16:54 +01:00
twinaphex
92573940bd
Move rmenu_set_default_pos to rmenu.c
2013-03-10 15:52:36 +01:00
twinaphex
522320a654
Get rid of some RMenu context callbacks
2013-03-10 15:26:49 +01:00
twinaphex
d74b7156fa
Move more RMenu stuff to rmenu.c and out of the context drivers
2013-03-10 15:23:34 +01:00
Themaister
92f673151e
Add untested poke interface to thread_wrapper.
2013-03-10 10:30:17 +01:00
meancoot
e9497abc61
(iOS) Add (hacky) aspect ratio setting.
2013-03-10 00:05:19 -05:00
twinaphex
137b47c7e8
Remove reference to gfx_ctx_xdk_set_blend
2013-03-10 04:29:27 +01:00
twinaphex
4a5668d66c
(Android/RARCH_CONSOLE) Added video_poke function pointer checks
2013-03-10 04:16:35 +01:00
twinaphex
dd36184baa
(Android) Bump up RARCH_VERSION to 0.9.8.4 (was still set at 0.9.8.3)
2013-03-10 04:13:07 +01:00
twinaphex
a8696713f6
(RGUI Android) Hardware filtering toggle works now
2013-03-10 04:12:38 +01:00
twinaphex
59ff094b3b
Add set_blend to video_poke interface
2013-03-10 03:53:42 +01:00
twinaphex
76b62788be
(360) Build fix
2013-03-10 03:42:39 +01:00
twinaphex
6c622c4e4b
(XDK1) Build fix
2013-03-10 03:39:05 +01:00
twinaphex
79a27e34ed
(XDK) Start to implement video_poke interface
2013-03-10 03:34:37 +01:00
twinaphex
52ef22bfa9
(GX) Get poke interface from gx_start
2013-03-10 03:21:16 +01:00
meancoot
ac9b75a871
(iOS) Make settings changes take place even while the game is running.
2013-03-09 21:19:11 -05:00
twinaphex
91e3355268
(RMenu) Use video_poke interface for RMenu as well
2013-03-10 02:58:55 +01:00
twinaphex
7f986357be
(GX) Use video_poke interface for GX as well
2013-03-10 02:42:16 +01:00
twinaphex
0af20af5ec
(RGUI) Use new video_poke interface
2013-03-10 02:26:51 +01:00
meancoot
9fadca2a54
Merge branch 'master' of https://github.com/Themaister/RetroArch into ios
2013-03-09 20:09:32 -05:00
Themaister
68494d0547
Set poke interface for HAVE_RMENU.
2013-03-10 01:58:31 +01:00
Themaister
1f37491cbf
More HAVE_FBO fixes.
2013-03-10 01:49:06 +01:00
Themaister
c13868d2fa
Add required HAVE_FBO define.
2013-03-10 01:47:57 +01:00
Themaister
7b6bf22ac6
Add rarch_bits_t.
2013-03-10 01:43:57 +01:00