mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +00:00
Take out frame_buf_show in menu_driver.h
This commit is contained in:
parent
4550f3707b
commit
d363bdf24e
@ -178,7 +178,6 @@ void *menu_init(const void *data)
|
|||||||
menu->trigger_state = 0;
|
menu->trigger_state = 0;
|
||||||
menu->old_input_state = 0;
|
menu->old_input_state = 0;
|
||||||
menu->do_held = false;
|
menu->do_held = false;
|
||||||
menu->frame_buf_show = true;
|
|
||||||
menu->current_pad = 0;
|
menu->current_pad = 0;
|
||||||
|
|
||||||
update_libretro_info(&g_extern.menu.info);
|
update_libretro_info(&g_extern.menu.info);
|
||||||
|
@ -79,7 +79,6 @@ typedef struct
|
|||||||
|
|
||||||
uint16_t *frame_buf;
|
uint16_t *frame_buf;
|
||||||
size_t frame_buf_pitch;
|
size_t frame_buf_pitch;
|
||||||
bool frame_buf_show;
|
|
||||||
|
|
||||||
file_list_t *menu_stack;
|
file_list_t *menu_stack;
|
||||||
file_list_t *selection_buf;
|
file_list_t *selection_buf;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user