twinaphex
dcf14aae38
Revert "(RMenu) Attempt same glitch fix as in RGUI for 'exit immediately"
...
This reverts commit 95342e7638ef6c4aa17d2a3daba02788be0f2b7b.
2013-03-11 02:07:11 +01:00
twinaphex
95342e7638
(RMenu) Attempt same glitch fix as in RGUI for 'exit immediately
...
on first menu toggle press'
2013-03-11 01:51:50 +01:00
ToadKing
194a0bbe7d
(Android) fix back button's menu behavior
2013-03-10 20:45:37 -04:00
ToadKing
7bd8de8dbd
don't immediately exit if we leave the menu by means other than the menu button
2013-03-10 20:28:01 -04:00
twinaphex
54a6175a55
Menu toggle without delay timers (more testing might be needed -
...
tested on PS3 RMenu and seemed to work well enough)
2013-03-11 01:12:19 +01:00
twinaphex
cb2f2b706a
(RGUI) Add drive mappings for PS3
2013-03-11 00:26:55 +01:00
twinaphex
b942b76b3c
(RGUI) Add more WIN32 path handling fixes
2013-03-11 00:15:53 +01:00
twinaphex
d17a43220f
(RGUI) Add some patches for _WIN32 - still broken path handling
...
in directory_cb
2013-03-10 23:58:38 +01:00
twinaphex
6149031c2a
(XDK D3D) Add set_rgui_texture
2013-03-10 23:24:28 +01:00
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