Commit Graph

131 Commits

Author SHA1 Message Date
twinaphex
cbfd7ad881 Nit in menu_start_screen_iterate 2015-01-07 20:47:07 +01:00
twinaphex
90076c5fad Start using MAX_PATH_LENGTH - relying on MAX_PATH for 360 can cause
problems because it's defined at '260' and thus too small for some
strings
2015-01-07 20:42:36 +01:00
twinaphex
ecf499c588 Update headers 2015-01-07 18:24:13 +01:00
twinaphex
453321c50b Start updating headers 2015-01-07 17:46:50 +01:00
Swizzy
320f8ce2bd Removed pointless ifdef 2015-01-06 15:43:02 +01:00
Swizzy
bd3d2b870f (XDK360) Updated Messagebox text 2015-01-06 15:35:49 +01:00
Swizzy
cbb00d3839 (XDK360) Fixed "MessageBox" output 2015-01-06 15:19:43 +01:00
Swizzy
3c9e888e4c (XDK360) Fix XUI Output 2015-01-06 14:17:40 +01:00
twinaphex
6fb51eb360 Initial implementation of remap binds feature 2015-01-05 22:53:21 +01:00
twinaphex
12c7147f8f Start adding Core Input Remapping options (stub for now) 2015-01-05 19:49:11 +01:00
twinaphex
7a456c6c3a Rename MAX_PLAYERS to MAX_USERS 2015-01-05 01:58:00 +01:00
twinaphex
45cdb15de4 Add setting 'Max Users' 2015-01-05 01:45:57 +01:00
twinaphex
9bc4ffb69b Fix Shader Preset Save As... 2015-01-05 01:25:42 +01:00
Jean-André Santoni
1d531c22a0 (RGUI) Fix backward navigation index bug 2015-01-04 15:52:46 +01:00
twinaphex
d3fb2c07d0 (menu/disp/rgui.c) Declare some variables at the top 2015-01-04 15:22:49 +01:00
twinaphex
ef947b3bf8 action_ok_directory_push - no longer crashes on pressing 'A' on an
empty entry
2015-01-01 19:04:12 +01:00
Twinaphex
343f0c40dd (iOS) Fix crash in fill_rect upon closing RetroArch iOS 2015-01-01 18:53:04 +01:00
Twinaphex
a3f4c07078 (iOS) Extensions list argument for dir_list_new should only be passed
when extension filtering is enabled
2015-01-01 18:47:39 +01:00
twinaphex
6ca7e0561e Add menu_navigation_browser_filter_supported_extensions_enable option 2015-01-01 16:40:47 +01:00
Twinaphex
8e00408516 Merge pull request #1303 from jeapostrophe/master
Fix a variety of iOS issues:
2014-12-31 22:29:28 +01:00
Jay McCarthy
c7cc2827a0 Go from load content directly into game 2014-12-31 15:24:50 -05:00
twinaphex
3ee3e5a1a5 menu_list_destroy - check if 'list' is non-NULL before calling file_list_free 2014-12-31 20:07:42 +01:00
twinaphex
8aaa13dc6c (iOS) Add /var/mobile/Documents to default browser screen 2014-12-31 13:32:09 +01:00
twinaphex
a9438452a1 Add Content Database Directory Path option 2014-12-30 22:58:08 +01:00
twinaphex
1500302e13 (XUI) Build fixes 2014-12-23 21:25:02 +01:00
twinaphex
94f5884a45 (XDK) Some stub build fixes 2014-12-23 21:21:49 +01:00
twinaphex
048181e4af (Windows) Fix build 2014-12-23 03:01:23 +01:00
twinaphex
344ae2575a Fix 'load content' - upon loading ZIP files, should no longer show
'deferred core list'
2014-12-22 18:56:58 +01:00
twinaphex
03aa4dd20c Cleanup menu_entries_parse_list 2014-12-21 23:44:33 +01:00
twinaphex
77bc9b5e0d Add stub Core Manager 2014-12-21 23:41:17 +01:00
twinaphex
4114e74d35 Change Netplay Options to Network Options 2014-12-20 22:44:06 +01:00
twinaphex
d1f0f50900 (rmenu.c) Fix up struct 2014-12-20 21:47:16 +01:00
twinaphex
bd40703fa3 Modify cheat_manager_update - pass in correct cheat index 2014-12-16 05:14:22 +01:00
twinaphex
21b99c3ac5 Press left/right on a cheat entry now to turn it ON/OFF 2014-12-16 02:20:06 +01:00
twinaphex
03f2421154 Add description to cheat code if available 2014-12-16 00:08:50 +01:00
twinaphex
fdc1cf5422 Can now load cht files from 'Load Cheat File' 2014-12-16 00:02:46 +01:00
twinaphex
be5a76cb91 Start using g_extern.cheat instead of having a separate cheat
manager in the menu struct
2014-12-15 23:57:14 +01:00
twinaphex
61c98d8893 Start adding stub 'Cheat File Load' 2014-12-15 23:51:11 +01:00
twinaphex
cf66692b21 Start adding cheat_manager_load function 2014-12-15 22:40:23 +01:00
twinaphex
db304a7e2f Get rid of some useless casts pt. 2 2014-12-15 19:31:17 +01:00
twinaphex
2003d2ec12 menu_entries_cbs.c - some cleanups 2014-12-15 19:26:24 +01:00
twinaphex
205dd9d71f (GLUI/RGUI display drivers) Implement ascend_alphabet/descend_alphabet 2014-12-15 19:03:47 +01:00
twinaphex
c06648b47f (RGUI) Implement navigation_set_last in display driver 2014-12-15 18:56:49 +01:00
twinaphex
d6e9ac31f4 menu/menu_list.c - Cleanups 2014-12-15 18:52:46 +01:00
Twinaphex
e98749e2a0 Get rid of 'declaration shadows local variable' warning in Xcode/Clang 2014-12-15 17:15:22 +01:00
twinaphex
6c338352d2 We're not going to use 'cheat database' from bsnes XML cheats,
but for our more general-purpose cheats in cores
2014-12-15 06:42:24 +01:00
twinaphex
969fc38c42 Core Information - add Core Name / System Manufacturer 2014-12-15 01:59:32 +01:00
twinaphex
f2dd126948 Add Categories and System info to 'Core Information' 2014-12-14 20:51:53 +01:00
Twinaphex
551ad28fca Clean up unused variable 2014-12-08 12:17:34 +01:00
twinaphex
fe0ece3124 Add preliminary Core Cheat Options support - should work with
cores like SNES9x/bSNES right now
2014-12-06 15:47:25 +01:00