mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 09:39:56 +00:00
(Menu) Cleanups
This commit is contained in:
parent
02ba4fc8af
commit
fda6876983
@ -15,6 +15,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "menu_common.h"
|
#include "menu_common.h"
|
||||||
|
#include "menu_input_line_cb.h"
|
||||||
#include "menu_entries.h"
|
#include "menu_entries.h"
|
||||||
#include "../frontend.h"
|
#include "../frontend.h"
|
||||||
|
|
||||||
|
@ -88,7 +88,6 @@ typedef enum
|
|||||||
MENU_SETTINGS_VIDEO_RESOLUTION,
|
MENU_SETTINGS_VIDEO_RESOLUTION,
|
||||||
MENU_SETTINGS_CUSTOM_VIEWPORT,
|
MENU_SETTINGS_CUSTOM_VIEWPORT,
|
||||||
MENU_SETTINGS_VIDEO_SOFTFILTER,
|
MENU_SETTINGS_VIDEO_SOFTFILTER,
|
||||||
MENU_SETTINGS_VIDEO_OPTIONS_LAST,
|
|
||||||
MENU_SETTINGS_FONT_OPTIONS,
|
MENU_SETTINGS_FONT_OPTIONS,
|
||||||
MENU_SETTINGS_SHADER_OPTIONS,
|
MENU_SETTINGS_SHADER_OPTIONS,
|
||||||
MENU_SETTINGS_SHADER_FILTER,
|
MENU_SETTINGS_SHADER_FILTER,
|
||||||
@ -184,8 +183,6 @@ bool menu_save_new_config(void);
|
|||||||
|
|
||||||
int menu_defer_core(core_info_list_t *data, const char *dir, const char *path, char *deferred_path, size_t sizeof_deferred_path);
|
int menu_defer_core(core_info_list_t *data, const char *dir, const char *path, char *deferred_path, size_t sizeof_deferred_path);
|
||||||
|
|
||||||
uint64_t menu_input(void);
|
|
||||||
|
|
||||||
void menu_flush_stack_type(unsigned final_type);
|
void menu_flush_stack_type(unsigned final_type);
|
||||||
void menu_update_system_info(menu_handle_t *menu, bool *load_no_content);
|
void menu_update_system_info(menu_handle_t *menu, bool *load_no_content);
|
||||||
void menu_build_scroll_indices(file_list_t *buf);
|
void menu_build_scroll_indices(file_list_t *buf);
|
||||||
|
@ -34,5 +34,6 @@ void menu_poll_bind_get_rested_axes(struct menu_bind_state *state);
|
|||||||
void menu_poll_bind_state(struct menu_bind_state *state);
|
void menu_poll_bind_state(struct menu_bind_state *state);
|
||||||
bool menu_poll_find_trigger(struct menu_bind_state *state, struct menu_bind_state *new_state);
|
bool menu_poll_find_trigger(struct menu_bind_state *state, struct menu_bind_state *new_state);
|
||||||
bool menu_custom_bind_keyboard_cb(void *data, unsigned code);
|
bool menu_custom_bind_keyboard_cb(void *data, unsigned code);
|
||||||
|
uint64_t menu_input(void);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user