Themaister
12bb089f63
Update to 0.9.9-wip2.
2013-05-01 12:50:40 +02:00
ToadKing
0b97b5be98
Merge branch 'master' of github.com:Themaister/RetroArch
2013-04-30 22:43:45 -04:00
ToadKing
c8b0d23c78
(ANDROID) display error message when ROM fails to load
2013-04-30 22:43:13 -04:00
twinaphex
f659151c8f
(PS3) Clean up FS defines
2013-05-01 04:04:38 +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
meancoot
be5022b9c5
(iOS) Build fixes
2013-04-30 19:11:43 -04:00
Themaister
197c4db204
Add RETRO_ENVIRONMENT_SET_SUPPORT_NO_GAME.
...
Allows libretro core to not require a ROM to be loaded.
Kill stdin ROM loading support (pointless these days).
Replace "no ROM on CLI" behavior to be attempting to load a core with no
ROM.
2013-05-01 00:59:43 +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
ToadKing
0c0e4d1ddd
(GX) set argv[0] when switching cores
2013-04-29 22:05:21 -04:00
ToadKing
203435487e
(GX SALAMANDER) fix hang in salamander
2013-04-29 21:55:23 -04:00
ToadKing
e01244acfa
(GX) clear framebuffer before exit
2013-04-29 16:08:56 -04: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
Themaister
dfdcfac588
Add concept of meta "level" for hotkeys.
...
Used by retroarch-joyconfig to make misc key config easier.
2013-04-29 21:11:29 +02:00
twinaphex
69aa79b1e9
(RARCH_CONSOLE) When we encounter a CORE executable - rename,
...
save and exit app.
2013-04-29 19:37:02 +02:00
twinaphex
8f2ed9a405
(XDK1) Load Game (History) works now on Xbox 1
2013-04-29 18:05:48 +02: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
b714a6d7d1
Add timeout to joyconfig.
2013-04-29 16:12:15 +02:00
twinaphex
ded204ce19
(PS3) Load Game History works on PS3 - Multiman will from now on
...
have to supply its own SELF path to argv[2] in order to work
2013-04-29 15:19:52 +02:00
ToadKing
455167ec19
(GX) error checking fix
2013-04-29 08:27:16 -04: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
ToadKing
74faafff37
buildfix
2013-04-28 20:06:32 -04:00
ToadKing
887fd3c798
(GX) arg passing changes (UNTESTED)
2013-04-28 20:00:09 -04:00
Themaister
4b6cca9551
Log default config path used.
2013-04-28 23:27:38 +02:00
Themaister
f0f925915d
Use fill_pathname_join() for default config.
2013-04-28 23:19:51 +02:00
Themaister
afdb661f21
Use a safer way to get default config.
2013-04-28 23:16:33 +02:00
twinaphex
a020b917ac
(Wii) Some cleanups to Makefile
2013-04-28 21:45:09 +02:00
twinaphex
f1e2293328
(Wii) Improve overriding of libogc.a a bit
2013-04-28 18:47:09 +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
Themaister
13e978a2ed
Avoid MODE_INIT step. It's useless.
2013-04-28 15:23:57 +02:00
twinaphex
b459d59793
Have system_process_args use MODE_LOAD_GAME from now on
2013-04-28 15:05:02 +02:00
twinaphex
5aa4101620
(Menu) Move MODE_LOAD_GAME mechanics to upper function rarch_main
2013-04-28 15:00:37 +02:00
twinaphex
05ac7919b1
system_process_args now has return type
2013-04-28 05:18:56 +02:00
twinaphex
295a6aadeb
frontend_console - Cleanups to libretro_install_core
2013-04-28 04:52:50 +02:00
twinaphex
389b62f8b7
Simplify static load_symbols function
2013-04-28 04:21:52 +02:00
twinaphex
a521b9ff75
(Griffin) Compile in history.c
2013-04-28 03:52:48 +02:00