mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-01 12:11:03 +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->old_input_state = 0;
|
||||
menu->do_held = false;
|
||||
menu->frame_buf_show = true;
|
||||
menu->current_pad = 0;
|
||||
|
||||
update_libretro_info(&g_extern.menu.info);
|
||||
|
@ -79,7 +79,6 @@ typedef struct
|
||||
|
||||
uint16_t *frame_buf;
|
||||
size_t frame_buf_pitch;
|
||||
bool frame_buf_show;
|
||||
|
||||
file_list_t *menu_stack;
|
||||
file_list_t *selection_buf;
|
||||
|
Loading…
Reference in New Issue
Block a user