Skip to content

Commit f84f2fc

Browse files
committed
use static var for quick_load_chosen
Signed-off-by: Vincent-FK <[email protected]>
1 parent 741aca6 commit f84f2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

menu/menu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ int aspect_ratio_factor_step = 10;
140140
#define X(a, b) b,
141141
const char *resume_options_str[] = {RESUME_OPTIONS};
142142

143-
int quick_load_slot_chosen = 0;
143+
static int quick_load_slot_chosen = 0;
144144
int savestate_slot = 0;
145145
extern u32 mExit;
146146

0 commit comments

Comments
 (0)