233 Commits

Author SHA1 Message Date
twinaphex
9efbd021af menu_entries_cbs.c - code deduplication 2015-01-20 09:07:46 +01:00
twinaphex
497891b22f menu_entries_cbs.c - Refactor function 2015-01-20 09:03:15 +01:00
twinaphex
d5573aa2f7 menu_entries_cbs.c - Code deduplication 2015-01-20 08:57:32 +01:00
twinaphex
120375dfe6 Code deduplication in menu_entries_cbs.c 2015-01-20 08:53:16 +01:00
twinaphex
b9259598cd Switch to libretrodb 2015-01-19 22:47:09 +01:00
twinaphex
da88bcdd91 Rename gfx_shader* to video_shader* 2015-01-19 21:24:08 +01:00
Twinaphex
77a7b39e88 (OSX) Cleanups 2015-01-19 21:11:08 +01:00
twinaphex
b0548e1329 Properly namespace video_shader_parse.c functions 2015-01-19 21:09:39 +01:00
twinaphex
38066b6ec7 Add Cheat File Save As 2015-01-19 19:00:26 +01:00
twinaphex
068943445f (Input) Add input remapping files 2015-01-19 18:16:34 +01:00
twinaphex
6bbc7196a3 Add Input Remapping Save As option 2015-01-19 08:37:11 +01:00
twinaphex
019d24102d Implement action_ok_remap_file 2015-01-19 08:11:24 +01:00
twinaphex
57d2c4f39f Start preliminary hookup of 'Remapping Load' option - needs
more work
2015-01-19 07:37:24 +01:00
twinaphex
7d3cbd58c6 menu_entries_cbs.c - Cut down on code duplication 2015-01-19 06:58:41 +01:00
twinaphex
60b4e7c30b menu_entries_cbs.c - Cut down on code duplication 2015-01-19 06:52:42 +01:00
twinaphex
0fb02bc109 (menu_entries_cbs.c) Killoff some code duplication 2015-01-19 06:46:47 +01:00
twinaphex
3ee307e743 menu_entries_cbs_init_toggle - specialized entries go after
generic ones
2015-01-19 06:34:11 +01:00
twinaphex
ff52570878 Cleanup menu_entries_cbs.c 2015-01-19 06:15:45 +01:00
twinaphex
de76884bb8 Rename gfx_get_fps to video_monitor_get_fps 2015-01-18 20:03:33 +01:00
twinaphex
5f23cda6cb Add menu wallpaper setting 2015-01-17 18:15:22 +01:00
twinaphex
c864677b12 Move compressed_file_list_new to file_extract.h 2015-01-16 01:37:34 +01:00
twinaphex
a17788a1f8 Enable LEFT/RIGHT on Load Content (History). 2015-01-12 03:31:02 +01:00
twinaphex
9a39abfbf0 Rename menu_input.c functions so that they are all in menu_input_*
namespace
2015-01-11 06:42:53 +01:00
twinaphex
7f0ccae0d7 Rename menu_input_line_cb.c to menu_input.c 2015-01-11 06:24:44 +01:00
twinaphex
5bacd9ed1b Rename apply_deferred_settings 2015-01-10 06:37:27 +01:00
twinaphex
c1e6a955dd Rename setting_handler to menu_action_setting_handler 2015-01-10 06:26:34 +01:00
twinaphex
6c58456ba0 Rename some functions in menu_entries.c 2015-01-10 06:24:04 +01:00
twinaphex
ef720d3815 Remove menu_type_is - now obsolete 2015-01-10 05:25:37 +01:00
twinaphex
16697eb632 (Menu) Kill off some header dependencies 2015-01-10 04:59:55 +01:00
twinaphex
b95cdd2215 Rename menu_common.c to menu.c 2015-01-10 04:53:37 +01:00
twinaphex
4974e6848e Rename menu_common_type_is 2015-01-10 04:47:33 +01:00
twinaphex
ec22bada36 Add retroarch.h header 2015-01-09 17:40:47 +01:00
twinaphex
3aca3bceb9 (Menu) Implement action_cancel 2015-01-09 04:43:24 +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
453321c50b Start updating headers 2015-01-07 17:46:50 +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
ef947b3bf8 action_ok_directory_push - no longer crashes on pressing 'A' on an
empty entry
2015-01-01 19:04:12 +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
77bc9b5e0d Add stub Core Manager 2014-12-21 23:41:17 +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
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
e98749e2a0 Get rid of 'declaration shadows local variable' warning in Xcode/Clang 2014-12-15 17:15:22 +01:00
twinaphex
969fc38c42 Core Information - add Core Name / System Manufacturer 2014-12-15 01:59:32 +01:00