Commit Graph

19233 Commits

Author SHA1 Message Date
twinaphex 46c5cc0689 Cleanup 2015-05-13 14:14:08 +02:00
twinaphex bd99323585 DISPLAYLIST_MAIN_MENU - cleanup 2015-05-13 14:12:24 +02:00
twinaphex d4b291a1e4 Add need_clear boolean variable 2015-05-13 14:10:57 +02:00
twinaphex 791f60dba8 Cleanup 2015-05-13 14:09:43 +02:00
twinaphex 26f5a1d26a Don't do fall-through anymore 2015-05-13 14:09:14 +02:00
twinaphex 8b6e3d6c6f Fix System Information list 2015-05-13 14:08:15 +02:00
twinaphex 110b44465b Simplify menu_entries_push_list somewhat 2015-05-13 14:07:15 +02:00
twinaphex 47c6792cb9 Update menu_displaylist_deferred_push 2015-05-13 13:54:14 +02:00
Twinaphex 27c0a098a8 Fix typo 2015-05-13 13:48:55 +02:00
twinaphex 41f7a78eed menu_displaylist_deferred_push - cleanup 2015-05-13 13:47:58 +02:00
twinaphex 26d7ce2049 Create DISPLAYLIST_DATABASE_ENTRY 2015-05-13 13:45:53 +02:00
twinaphex 4311fc3e5c Create DISPLAYLIST_CORE_INFO 2015-05-13 13:31:34 +02:00
twinaphex 1c903ad7cd Start creating retroarch_info.c 2015-05-13 13:21:43 +02:00
twinaphex 9775080d67 (Menu) Cleanups 2015-05-13 13:07:57 +02:00
twinaphex 8abb8d3c8f Create menu_database_build_query 2015-05-13 13:06:37 +02:00
twinaphex 37fbbd3eb1 Create DISPLAYLIST_OPTIONS_REMAPPINGS 2015-05-13 12:58:42 +02:00
twinaphex a86d56dbd8 Create DISPLAYLIST_OPTIONS_CHEATS 2015-05-13 12:55:41 +02:00
twinaphex eb06fdc819 Create DISPLAYLIST_SETTINGS_SUBGROUP 2015-05-13 12:52:29 +02:00
Toad King ecfb0b14e3 silence compiler warning 2015-05-12 20:35:07 -05:00
Toad King 0112847082 fix hotplug detection on wii 2015-05-12 20:34:54 -05:00
twinaphex b5c0e4060d (Wii) Buildfix 2015-05-13 02:36:42 +02:00
twinaphex b8bd20216b Create DISPLAYLIST_OPTIONS_MANAGEMENT 2015-05-13 02:14:06 +02:00
twinaphex 7126920b29 Create DISPLAYLIST_OPTIONS 2015-05-13 02:10:12 +02:00
twinaphex d32f51a413 Add DISPLAYLIST_OPTIONS_DISK 2015-05-13 02:05:29 +02:00
twinaphex 401bccac31 Create DISPLAYLIST_OPTIONS_SHADERS 2015-05-13 01:58:05 +02:00
twinaphex 6a851ab291 Create DISPLAYLIST_OPTIONS_VIDEO 2015-05-13 01:53:32 +02:00
twinaphex 504b3222ef Create DISPLAYLIST_CORE_INFO 2015-05-13 01:31:58 +02:00
twinaphex 654f1e0868 Create DISPLAYLIST_SHADER_PARAMETERS and DISPLAYLIST_SHADER_PARAMETERS_PRESET 2015-05-13 01:19:06 +02:00
Twinaphex 467bcb10a1 Merge pull request #1689 from jeapostrophe/master
Initial attempt to support notify_list_pushed
2015-05-12 16:47:02 +02:00
Jay McCarthy d96c2e2a45 Initial attempt to support notify_list_pushed 2015-05-12 10:45:26 -04:00
twinaphex 20c4bf49a3 Only call sort function at one place 2015-05-12 16:36:41 +02:00
twinaphex 04c0ab70a7 (menu_displaylist.c) Cleanups 2015-05-12 16:33:44 +02:00
twinaphex 70c1f86341 Cleanup menu_displaylist_parse 2015-05-12 16:30:43 +02:00
twinaphex 5364ff24a9 Create DISPLAYLIST_CORE_OPTIONS 2015-05-12 16:24:10 +02:00
twinaphex fb6c7d24fa (menu_displaylist.c) Cleanups 2015-05-12 16:12:50 +02:00
twinaphex 40017315d3 Create DISPLAYLIST_HORIZONTAL_CONTENT_ACTIONS 2015-05-12 16:01:54 +02:00
twinaphex 9cf3dceb9d Create DISPLAYLIST_CORES_UPDATER 2015-05-12 15:56:49 +02:00
twinaphex f76c43fc66 Move core parsing code to menu_displaylist.c 2015-05-12 15:47:05 +02:00
twinaphex b55ae6aa08 Move history list parsing to menu_displaylist.c 2015-05-12 15:41:38 +02:00
twinaphex ec1e6ee06b deferred_push_content_list - cleanup 2015-05-12 15:30:50 +02:00
twinaphex a75c3b6154 (menu_displaylist.c) Cleanups 2015-05-12 15:23:41 +02:00
twinaphex 258b335130 (menu_displaylist.c) Cleanups 2015-05-12 15:17:09 +02:00
twinaphex 8a8d45866f Create DISPLAYLIST_DATABASE_QUERY 2015-05-12 15:04:20 +02:00
twinaphex 8633d0439e (RMenu) Build fixes 2015-05-12 14:43:54 +02:00
twinaphex 1e981cc31b Some functions don't need a menu_handle_t * argument 2015-05-12 14:41:20 +02:00
Twinaphex 884b3b25c1 Merge pull request #1688 from heuripedes/master
(gl) Remove context switch calls from set_osd_msg
2015-05-12 14:39:41 +02:00
Higor Eurípedes c5940b32b6 (gl) Remove context switch calls from set_osd_msg
It's not needed because this function is always called from the
frontend/menu context. The video driver handles SET_MESSAGE
environment call in the frame() function (msg argument).
2015-05-12 09:36:00 -03:00
twinaphex 630dd35979 Move menu_navigation_t struct to menu_navigation.h 2015-05-12 14:35:07 +02:00
twinaphex af40db8dba Cleanups 2015-05-12 14:12:18 +02:00
twinaphex 7b1ccde140 Get rid of some unnecessary casts 2015-05-12 14:10:05 +02:00