twinaphex
57949c7c46
(RMenu) Cleanups
2013-05-04 23:26:54 +02:00
twinaphex
d447dba432
(RGUI) Add Vsync and Hard sync options
2013-05-04 22:29:22 +02:00
twinaphex
f1d55b9360
(RGUI) Add Path options (note - not yet changeable - we will need 'scrolling'
...
if a label on the right side is too long to fit the screen - something
like a 'ticker' that increments the text from right to left by one
character per frame)
2013-05-04 21:17:47 +02:00
twinaphex
e6b3bb079b
(RMenu/RGUI) Add rgui->current_pad
2013-05-04 16:15:05 +02:00
Themaister
81e8a51728
Should fix RMenu zip support.
2013-05-01 01:18:01 +02:00
Themaister
e2229ec3c3
Use strcasecmp in extension checking.
2013-04-30 23:58:49 +02:00
Themaister
c87e79556d
Add zip extensions to RMenu as well.
2013-04-30 23:48:14 +02:00
twinaphex
eeaa53b127
(XDK1/RMenu) Build fix
2013-04-29 17:08:24 +02:00
twinaphex
6cee86c768
(RMenu) Get rid of main_wrap savestate_dir/sram_dir
2013-04-29 05:44:32 +02:00
twinaphex
b0968790c6
(RMenu) Add preliminary Load Game History - now just need to
...
properly set up rarch_console_exec for arg passing (PS3/Xbox 1/360)
2013-04-29 05:17:22 +02:00
twinaphex
7eafb676e3
(RMenu) Cleanups
2013-04-29 04:55:49 +02:00
twinaphex
51aa5b170f
(RMenu) Fixes/cleanups
2013-04-29 03:59:48 +02:00
twinaphex
4a772c3fa8
(Wii) Working Load Game History
2013-04-29 03:05:46 +02:00
twinaphex
5aa4101620
(Menu) Move MODE_LOAD_GAME mechanics to upper function rarch_main
2013-04-28 15:00:37 +02:00
twinaphex
6b6dd4fc4e
(RMenu) Fixes rotation
2013-04-27 18:37:05 +02:00
twinaphex
40ac65f8ef
(RMenu) Cleanups
2013-04-27 18:09:47 +02:00
twinaphex
e61ef2322c
(RMenu) fixes menu toggle
2013-04-27 17:44:39 +02:00
twinaphex
c92585e6a3
(RMenu) Sligtly better menu toggle but still screwed up
2013-04-27 16:49:39 +02:00
twinaphex
19b8877e18
(RMenu )(Very glitchy) menu toggle
2013-04-27 16:22:26 +02:00
twinaphex
3dba1b2cb4
(RMenu) Menu pop/push stack refactors
2013-04-27 15:42:33 +02:00
twinaphex
28eaf7b128
(RARCH_CONSOLE) Build fix
2013-04-27 15:07:59 +02:00
twinaphex
3b2d41360c
(RMenu) Initial 'doing menu toggle' without delay timers
2013-04-27 14:52:39 +02:00
twinaphex
5f449fc870
(RMenu) Add Settings link to Quick Menu
2013-04-27 03:50:42 +02:00
twinaphex
34619412bc
(RARCH_CONSOLE) Get rid of video_stop_func
2013-04-24 16:08:18 +02:00
twinaphex
36d34871fb
(RMenu) Change ingame menu ordering to match RGUI's
2013-04-23 23:22:50 +02:00
twinaphex
fda5db7476
(CONSOLE) Get rid of system_deinit_save and system_post_init
2013-04-23 01:55:00 +02:00
twinaphex
e303156ffc
(RMenu) Fix title at bootup
2013-04-22 22:25:57 +02:00
twinaphex
7a2c78ae68
Start unifying global init/deinit code for console
2013-04-22 22:16:46 +02:00
twinaphex
c68d3fd512
(RMenu) Reduce calls to browser_update
2013-04-20 00:47:21 +02:00
twinaphex
b7e71f17b8
(RMenu/RGUI) Move menu_iterate to upper-layer menu_common
2013-04-19 17:53:01 +02:00
twinaphex
dd9e6029c2
(RMenu/RGUI) Make menu_iterate almost the same in both RGUI and RMenu - now we
...
can start moving it to the upper layer
2013-04-19 17:34:46 +02:00
twinaphex
2cef7466a8
(RMenu/RGUI) Don't set first delay timer
2013-04-19 00:52:37 +02:00
twinaphex
a979cba13c
(RMenu/RGUI) Standardization pt. 1
2013-04-18 23:00:27 +02:00
twinaphex
24e3f0d2ee
(RMenu/RGUI) Move DEVICE_NAV_* enums to menu_common.h
2013-04-18 19:08:17 +02:00
twinaphex
798f40b6a1
(RMenu/RMenu XUI) Move browser_update to upper-layer menu_common.c -
...
use same function for both RMenu and RMenu XUI
2013-04-18 19:05:43 +02:00
twinaphex
96f2ecce20
(RMenu/RGUI) Move filebrowser/menu stack initialization to upper-layer
...
menu_init() function
2013-04-18 18:33:03 +02:00
twinaphex
5b35feddae
(RMenu/RGUI) Free rgui and filebrowser in upper-layer menu_free() function
2013-04-18 17:29:04 +02:00
twinaphex
7c4b730e51
(RMenu/RGUI) Move menu_init/menu_free to menu_common.c
2013-04-18 14:58:47 +02:00
twinaphex
54725d009c
(RMenu/RGUI) Use similar defines for menu
2013-04-18 02:48:18 +02:00
twinaphex
84f80dc2c1
(RMenu/RGUI) Create menu_common to tie RMenu/RGUI more closely together
2013-04-17 23:31:49 +02:00
twinaphex
161dd5741f
(RGUI/RMenu) Standardize somewhat
2013-04-17 21:11:13 +02:00
twinaphex
6f226c1c01
(RMenu) Drop msg_queue_pull from menu_iterate
2013-04-16 02:13:53 +02:00
twinaphex
c0deb826de
(RMenu) Backport shader_manager_init to RMenu
2013-04-16 01:27:43 +02:00
twinaphex
909e1fadc8
(RMenu) Refactors - create rmenu_iterate - try to make
...
menu_iterate / menu_free / menu_init as much like RGUI as possible
2013-04-16 01:10:53 +02:00
twinaphex
71faee1d4d
(RMenu) Fix logic error in applying CGP changes
2013-04-16 00:16:26 +02:00
twinaphex
6e56c552b4
(RMenu) Use g_settings.video.shader_path - properly set g_settings.video.shader_enable
...
based on return of video_set_shader_func - remove g_extern.file_state.cgp_path
2013-04-14 15:43:02 +02:00
twinaphex
f9c383e86e
(RMenu/XDK1) Fix some warnings
2013-04-14 14:59:36 +02:00
twinaphex
c1f6b80be9
(RMenu) Draw menu panel for currently selected Core option
2013-04-14 12:52:39 +02:00
twinaphex
23fff4cb9d
(RMenu) Xbox build fix
2013-04-13 23:51:13 +02:00
twinaphex
0fa54e6db0
(RMenu) Need to call set_texture_frame when menu texture changes as well
2013-04-13 22:43:59 +02:00