1792 Commits

Author SHA1 Message Date
twinaphex
47d8bd8882 (Menu) Change label detect_core_list to deferred_core_list for consistency 2014-09-04 03:55:00 +02:00
twinaphex
13b85a3458 (Menu) Add MENU_FILE_CORE 2014-09-04 03:40:48 +02:00
twinaphex
2bec746d28 Cleanup code in disp/rgui.c to do with menu entry types 2014-09-04 03:36:19 +02:00
twinaphex
d94a5e6eca (Menu) Refactor all ST_DIR settings - take out all enums for them -
should fix the "Use Directory" option
2014-09-04 03:31:44 +02:00
twinaphex
025105a2f5 (Menu) Properly set MENU_FILE_DIRECTORY for actual dirs - now
need to refactor all the ST_DIR settings in menu_common_type_is
so that 'Use this directory' functionality only shows up for ST_DIR
settings again
2014-09-04 02:55:00 +02:00
Twinaphex
6f4af9c7f8 Merge pull request #929 from lioncash/null
menu_common: Remove unnecessary null check
2014-09-04 02:41:39 +02:00
twinaphex
3452eb76e7 (Menu) refactor menu_action_ok 2014-09-04 02:15:06 +02:00
Lioncash
49d6d34f27 menu_common: Remove unnecessary null check 2014-09-03 20:07:28 -04:00
twinaphex
c5ebf22bfc (Menu) Refactor menu_action_ok 2014-09-04 02:03:34 +02:00
twinaphex
3afc55f445 (Menu) Refactor more settings 2014-09-04 01:00:11 +02:00
twinaphex
5ef289fe28 (Menu) Refactor more hardcoded enums 2014-09-04 00:25:19 +02:00
twinaphex
a72a866db3 (Menu) Remove MENU_SETTINGS_CORE enum 2014-09-04 00:18:26 +02:00
twinaphex
d5956f768b (Menu) Dehardcode MENU_SETTINGS_CORE_INFO 2014-09-03 23:47:24 +02:00
twinaphex
a88198a12e (Menu) Get rid of hardcoded MENU_SETTINGS_PERFORMANCE_COUNTERS enum 2014-09-03 22:04:46 +02:00
twinaphex
836124c217 (Menu) Create menu_entries_get_description 2014-09-03 21:26:05 +02:00
twinaphex
a03d1475f9 (Menu) Refactor hardcoded APPLY_SHADER_CHANGES enum 2014-09-03 21:18:01 +02:00
twinaphex
8600b6dd8c (Menu) menu_action_ok - cleanup 2014-09-03 20:57:50 +02:00
twinaphex
a7d2bd33e7 (settings_data.c) MSVC build fixes 2014-09-03 20:24:06 +02:00
twinaphex
eb58f977fd (Rmenu XUI) Cleanups 2014-09-03 19:35:45 +02:00
twinaphex
d539bed82c Hide more manipulation of lifecycle_state behind rarch_main_set_state
function
2014-09-03 18:36:46 +02:00
twinaphex
5a5d58d8e8 Refactor more direct manipulation of g_extern.lifecycle_state 2014-09-03 16:58:20 +02:00
twinaphex
74ddc9c3b7 Go through rarch_main_command instead of directly manipulating
g_extern.lifecycle_state
2014-09-03 16:55:56 +02:00
twinaphex
18b6ca3bf3 (Menu) Split off menu code into functions 2014-09-03 16:42:16 +02:00
twinaphex
4c38a3f1cb (Menu) Refactor code to cut down on code duplication 2014-09-03 16:32:02 +02:00
twinaphex
4252c3af18 (Menu) Refactor menu_update_system_info 2014-09-03 15:09:06 +02:00
twinaphex
c92269dedf Move core_info/core_info_current to global 2014-09-03 14:57:29 +02:00
twinaphex
55aa477232 Move rarch_defer_core to retroarch.c 2014-09-03 06:23:44 +02:00
twinaphex
5574e00ae3 (Menu/General) Refactor rarch_defer_core 2014-09-03 05:59:16 +02:00
twinaphex
2eb350e6a2 (menu_input_line_cb.c) 80-char limit cleanups 2014-09-03 05:10:34 +02:00
twinaphex
b57aca6f08 (Menu) Cleanups 2014-09-03 05:03:05 +02:00
twinaphex
584c276312 (Menu) Get rid of some unnecessary HAVE_OVERLAY ifdefs 2014-09-03 03:54:12 +02:00
twinaphex
948b031f52 (Menu) Don't spam log 2014-09-03 03:35:24 +02:00
twinaphex
b1fe41f087 (Menu) Get rid of hardcoded enums for video/audio softplugs 2014-09-03 03:34:14 +02:00
twinaphex
b68b4f13e6 (Menu) Get rid of OPEN_HISTORY enum 2014-09-03 03:16:40 +02:00
twinaphex
98c5e73d81 (Menu) Rewrite menu_action_ok shader options 2014-09-03 03:04:06 +02:00
twinaphex
94d765c409 (Menu) Set video_shader_pass label properly 2014-09-03 02:22:32 +02:00
twinaphex
865f812644 (Menu) Refactor more code in menu_action_ok to not be dependent
on menu setting IDs
2014-09-03 02:05:52 +02:00
twinaphex
71deb904d4 (Menu) Create shared.h that is used for rgui/rmenu/rmenu XUI - removes
duplicate code
2014-09-03 01:51:29 +02:00
twinaphex
6bc7e3452e (Menu) Refactor menu_action_ok for ST_DIR settings 2014-09-03 01:33:28 +02:00
twinaphex
aa21cfda0e (Menu) Get rid of more hardcoded enums 2014-09-03 01:14:29 +02:00
twinaphex
223e062b66 (Menu) Correctly propagate label for ST_PATH settings 2014-09-03 00:49:30 +02:00
twinaphex
bc1358a021 Refactor load_menu_content_history 2014-09-03 00:14:02 +02:00
twinaphex
bc611b8cc1 (Menu) Add MENU_FILE_PLAYLIST_ENTRY 2014-09-02 23:42:40 +02:00
twinaphex
d36a4c5257 Cleanups - 80-char limit, C-style comments 2014-09-02 16:03:17 +02:00
twinaphex
9bd3800ca0 Dehardcode driver.menu->menu_stack in menu_entries too 2014-09-02 15:25:53 +02:00
twinaphex
ab49946c29 (Menu) Make list passing to menu_entries.c possible 2014-09-02 15:15:29 +02:00
twinaphex
4a2d3cbd4b Cleanups - 80-char limit 2014-09-02 05:32:04 +02:00
twinaphex
fda6876983 (Menu) Cleanups 2014-09-02 03:48:10 +02:00
twinaphex
02ba4fc8af (Menu) Get rid of defer_decision static functions 2014-09-02 03:24:05 +02:00
twinaphex
5664c6d6eb (menu_common_backend.c) don't do early return if driver.menu is
NULL (won't happen with this backend driver)
2014-09-02 01:32:42 +02:00