Themaister
13f0a8548f
Fix crash when rgui->info.library_name is NULL.
...
If retroarch was started with g_settings.libretro as a directory, and a
ROM loaded. Going into RGUI would see g_settings.libretro as a directory
and rgui->info wouldn't be properly initialized.
Fixed by updating g_settings.libretro if a specific core is resolved.
2013-05-04 14:32:00 +02:00
Themaister
1dfcc8a2b0
Fix MSVC2010 build.
2013-05-04 00:59:59 +02:00
Themaister
175e657071
Clear out load_no_rom after rom load.
2013-05-02 15:43:11 +02:00
Themaister
99990173cc
Can load without ROM in RGUI (HAVE_DYNAMIC).
...
Not sure how this will work on RARCH_CONSOLE, but it'll probably be
checked for in startup on core load somehow and either start in menu or args->no_rom.
2013-05-02 14:46:05 +02:00
Themaister
2f61e3c65d
Fix punctuation.
2013-05-01 16:49:23 +02:00
ToadKing
a2247272ef
add back in ROM load failure message
2013-04-30 21:45:02 -04: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
Themaister
1d9eea880a
Add zip as extension in RGUI file browser.
2013-04-30 23:36:29 +02:00
Themaister
19f5d53b9d
Fix capitalization.
2013-04-29 22:02:46 +02:00
ToadKing
210afcb23f
(RGUI) fix ROM loading message not appearing
2013-04-29 16:01:41 -04:00
twinaphex
eeaa53b127
(XDK1/RMenu) Build fix
2013-04-29 17:08:24 +02:00
Themaister
1cab391be8
Add SRAM autosave option to RGUI.
2013-04-29 16:12:15 +02:00
Themaister
e15ba44c50
Drop ROM history if config_path isn't set.
...
Avoid loading and saving history from/to a potential broken path.
2013-04-29 14:12:39 +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
86628d3462
Add param to load_menu_game_history - rgui->selection_ptr is
...
unused yet in RMenu/RMenu XUI, so need to pass a param to function
2013-04-29 03:10:26 +02:00
twinaphex
4a772c3fa8
(Wii) Working Load Game History
2013-04-29 03:05:46 +02:00
twinaphex
ebda8425dc
(Wii) Ability to use custom libogc library
2013-04-28 18:37:55 +02:00
twinaphex
3b5c85f485
(CONSOLE) Fixes history list on console when g_extern.fullpath
...
does not point to a ROM path
2013-04-28 17:30:08 +02:00
twinaphex
775ed24633
Fix for consoles in load_game_menu_prepare
2013-04-28 16:58:58 +02:00
twinaphex
63ba647018
Move all of the code to menu_common.c to avoid code duplication
...
across frontends
2013-04-28 16:38:13 +02:00
Themaister
ca5db6d5b7
Include config.h correctly.
2013-04-28 15:25:22 +02:00
twinaphex
5aa4101620
(Menu) Move MODE_LOAD_GAME mechanics to upper function rarch_main
2013-04-28 15:00:37 +02:00
twinaphex
8768a69bc6
Move history_free and history_init to higher-level menu_common.c
2013-04-28 03:48:35 +02:00
Themaister
d70a7df8ae
Fix CXX_BUILD.
2013-04-28 02:01:25 +02:00
Themaister
ecbda2497c
Fix some casing consistencies.
2013-04-28 01:52:58 +02:00
Themaister
62e2586116
Fixups to display in history.
2013-04-28 01:47:20 +02:00
Themaister
5293f0e1fc
Begin intergrating ROM history.
2013-04-28 01:47:20 +02:00
Themaister
901516d283
Load history.
2013-04-28 01:44:39 +02:00
Themaister
30ac2ebfcf
Start in settings menu on menu entry.
2013-04-28 01:44:39 +02:00
Themaister
2ccea2299d
Add initial ROM history.
2013-04-28 01:44:38 +02:00
twinaphex
582cfce1f8
(RGUI) Move all video settings over to 'Video Options' submenu
2013-04-28 01:41:38 +02:00
twinaphex
370ed0cef4
(RGUI) Move first video option ('Rotate') to Video Options submenu
2013-04-28 01:04:34 +02:00
twinaphex
c02725f091
(RGUI) Rename SHADER MANAGER to VIDEO OPTIONS - build it in when
...
HAVE_SHADER_MANAGER is not defined as well
2013-04-28 00:32:25 +02:00
twinaphex
11e2577a87
(RMenu XUI) Add menu toggle hack for now
2013-04-27 22:49:43 +02:00
twinaphex
cd9c6aa95d
Drop delay_timer
2013-04-27 21:27:41 +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
Themaister
bd1f4ce72d
Go back to settings menu after appending disk.
2013-04-27 16:48:17 +02:00
twinaphex
74b5b8549e
(RMenu) Drop ifndef for RMenu
2013-04-27 16:40:01 +02:00
twinaphex
19b8877e18
(RMenu )(Very glitchy) menu toggle
2013-04-27 16:22:26 +02:00
Themaister
767ad59857
Support disk append.
2013-04-27 15:49:29 +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