Skip to content

Commit e83f130

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/common/menu_pico.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ int aspect_ratio = ASPECT_RATIOS_TYPE_STRETCHED;
180180
int aspect_ratio_factor_percent = 50;
181181
int aspect_ratio_factor_step = 10;
182182

183-
int quick_load_slot_chosen = 0;
183+
static int quick_load_slot_chosen = 0;
184184

185185
#undef X
186186
#define X(a, b) b,

0 commit comments

Comments
 (0)