Commit Graph

117 Commits

Author SHA1 Message Date
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
twinaphex
181d163b36 Rename 'player' to 'user' 2014-12-05 13:48:54 +01:00
Lioncash
a716ea0849 rmenu_xui: Fix indentation 2014-12-03 16:26:35 -05:00
Jay McCarthy
e306260302 Fix typo 2014-12-01 10:09:29 -05:00
twinaphex
9b71273e72 Bind action OK callback for shader parameters to NULL 2014-11-30 02:35:08 +01:00
twinaphex
3c9e97842e [PATCH 1/2] Fix RGUI shader parameters. 2014-11-29 21:03:31 +01:00
Jean-André Santoni
01838efaa8 (XMB) Move all file_list caching variables to the xmb display driver 2014-11-27 23:03:27 +07:00
Jean-André Santoni
9fe3f9409e (XMB) Move all file_list caching actions inside the xmb display driver 2014-11-27 22:28:45 +07:00
Jean-André Santoni
5fd2a852ca (XMB) Fix another display bug 2014-11-27 17:07:52 +07:00
Lioncash
39e0903f62 menu_entries_cb: Remove unused variable 2014-11-26 08:05:43 -05:00
Jean-André Santoni
8df89718a3 (XMB) Display subsetting icons 2014-11-26 10:36:25 +07:00
Jean-André Santoni
5cd6b80a73 (XMB) Bugfix 2014-11-25 22:30:52 +07:00
Jean-André Santoni
886a5a4bba (XMB) Make some actions working 2014-11-25 12:34:37 +07:00
Jean-André Santoni
eeee8e74a4 (XMB) Display appropriate icons for actions 2014-11-25 11:37:39 +07:00
Jean-André Santoni
c0d80a4e25 (XMB) Add more file types for actions 2014-11-25 11:20:15 +07:00