Don't redefine menu_st again

This commit is contained in:
LibretroAdmin 2025-02-09 21:53:55 +01:00
parent 4d9af08881
commit c4a9a3d3a2
1 changed files with 0 additions and 1 deletions

View File

@ -5862,7 +5862,6 @@ static enum runloop_state_enum runloop_check_state(
static input_bits_t old_input = {{0}};
static enum menu_action
old_action = MENU_ACTION_CANCEL;
struct menu_state *menu_st = menu_state_get_ptr();
bool focused = false;
input_bits_t trigger_input = current_bits;
unsigned screensaver_timeout = settings->uints.menu_screensaver_timeout;