Skip to content

Commit

Permalink
Don't redefine menu_st again
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Feb 9, 2025
1 parent 4d9af08 commit c4a9a3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runloop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c4a9a3d

Please sign in to comment.