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
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
bc611b8cc1
(Menu) Add MENU_FILE_PLAYLIST_ENTRY
2014-09-02 23:42:40 +02:00
twinaphex
9bd3800ca0
Dehardcode driver.menu->menu_stack in menu_entries too
2014-09-02 15:25:53 +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
0fd529b78b
(menu) get rid of setting enum
2014-09-01 06:04:01 +02:00
twinaphex
e32e269264
(Menu) Move poll prototype functions to menu_input_line_cb.h
2014-09-01 05:38:05 +02:00
twinaphex
3ef89c64db
(Menu) Get rid of more enums
2014-09-01 04:49:56 +02:00
twinaphex
4d94aca1db
(Menu) Get rid of two enums
2014-09-01 03:51:04 +02:00
twinaphex
de0ba69948
(Menu) Move menu_push_info_screen to menu_entries.c
2014-09-01 02:17:59 +02:00
twinaphex
3756afb3d8
(Menu) Refactor CUSTOM_VIEWPORT_2 enum
2014-09-01 00:37:21 +02:00
twinaphex
5aff93ab25
(Menu) Move menu_parse_and_resolve to menu_entries.c
2014-09-01 00:27:09 +02:00
twinaphex
c111c33b80
(Menu) Take out unused MAPPING_PREVIOUS/MAPPING_NEXT
2014-08-31 04:55:37 +02:00
twinaphex
9772eed739
(Menu) Refactor start screen and info screen
2014-08-30 16:56:45 +02:00
twinaphex
9bef38186a
(Menu) Refactor most of the main menu settings
2014-08-28 00:08:32 +02:00
twinaphex
28310f44b8
(Menu) Refactor more menu code
2014-08-16 18:20:52 +02:00
twinaphex
eb1d78bab7
Rename history.c to playlist.c
2014-08-15 17:24:28 +02:00
twinaphex
41a5641a6f
Move core_info.c to root dir
2014-08-02 14:04:43 +02:00
twinaphex
59f8e75ee1
Rename load_no_rom to load_no_content
2014-07-28 19:37:25 +02:00
twinaphex
f958587a57
Rename load_menu_game to load_menu_content
2014-07-28 01:55:59 +02:00
twinaphex
458e4d83f4
Make load_menu_game_prepare a static function and call it from
...
load_menu_game
2014-07-28 01:00:16 +02:00
Twinaphex
57868cbf41
Build fix
2014-07-26 18:52:15 +02:00
twinaphex
24f0dcc550
Refactor away load_menu_game_prepare_dummy
2014-07-25 22:11:34 +02:00
Twinaphex
a34a7c58fb
Build fixes
2014-07-25 22:07:05 +02:00
twinaphex
9701e28f8c
(Menu) Cleanups
2014-07-22 06:59:07 +02:00
twinaphex
87a21b2e13
Rename ROM history to Content history
2014-07-22 05:01:35 +02:00
twinaphex
d9846f2a37
Refactor menu_update_system_info
2014-07-22 04:55:04 +02:00
twinaphex
8c35a40648
(Menu) Refactor away menu_rom_history_push
2014-07-22 04:48:26 +02:00
twinaphex
d27ffd007f
(Menu) Refactor away load_menu_game_new_core
2014-07-22 03:41:24 +02:00
Themaister
b6a2221a5d
De-opaque polling.
2014-06-17 16:57:19 +02:00
twinaphex
966db762cf
(Menu) More replacement of namespace prefix 'rgui' with 'menu'
2014-06-10 02:06:10 +02:00
twinaphex
639e6dbe33
(Menu) Make distinction between menu and RGUI more clear - RGUI is just
...
the display layer driver now
2014-06-10 01:42:26 +02:00
twinaphex
753d78dfd3
(Performance counters) Add performance counters to regular build
...
(Menu/Setting) Enable g_extern.perfcnt_enable - turns RetroArch
frontend perfcounters on/off
(Menu) Add menu option 'Performance Counters'
2014-06-01 22:07:39 +02:00
twinaphex
06ee8f1bc6
(core_info) Do same here
2014-06-01 02:29:19 +02:00
twinaphex
deb737e3c5
Start getting rid of continuous grabbing of pointer from driver.menu
...
and instead use driver.menu directly from the menu code everywhere
- starting with menu_common - backend and display drivers next
2014-05-31 21:45:16 +02:00
twinaphex
9b545db864
It should be possible to move the definiton of this struct to
...
driver.h now - now that all the dependencies are gone
2014-05-31 21:31:31 +02:00
twinaphex
d63a23dd06
Header changes
2014-05-31 21:23:53 +02:00
twinaphex
ecb21743f8
(Menu) Convert rgui->shader into void* too
2014-05-31 21:08:32 +02:00
twinaphex
8f8f757d65
(Menu) Turn core_info_current into void*
2014-05-31 20:37:37 +02:00
twinaphex
711a776f02
(Menu) Refactors
2014-05-31 19:22:23 +02:00
twinaphex
b4256ac0ed
Cleanup menu_common.h
2014-05-31 16:48:07 +02:00
twinaphex
cc08dd30d9
(Menu) Get rid of some unneeded includes in menu_common.h
2014-05-31 16:41:11 +02:00
Themaister
53661c5dea
Avoid global info_selection_ptr.
...
Don't reset selection_ptr after info screen.
2014-05-31 14:52:27 +02:00
twinaphex
db0da490fa
(Menu) Add Info button - press 'Select' on the RetroPad to
...
have a message box pop up on an item. It will provide you with
info on the item. Not all items covered yet but it's coming along.
2014-05-31 05:14:44 +02:00
twinaphex
d7aa48aa33
(Menu) Don't pass rgui pointer to menu_build_scroll_indices
2014-05-30 22:06:54 +02:00
twinaphex
b2d9c60613
(Menu) Don't pass menu data to menu_iterate
...
(Menu) Don't pass menu data to backend - postprocess
2014-05-30 20:53:10 +02:00
twinaphex
c57f780d9f
(Menu) Start undoing passing rgui pointer to every menu-related
...
function - the only functions where it should actually pass a
pointer instead of just grabbing a pointer from menu.driver should
be in the menu init/deinit functions
2014-05-30 19:34:01 +02:00