mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-22 10:39:19 +01:00
Store gfx_correct_aspect in currprefs as well. Maybe this helps with toggling?
This commit is contained in:
parent
fbd3091e39
commit
0f22612d28
@ -374,6 +374,7 @@ static void general_options(void)
|
||||
set_floppy_speed(submenus[2]);
|
||||
|
||||
changed_prefs.gfx_correct_aspect = !submenus[3];
|
||||
currprefs.gfx_correct_aspect = changed_prefs.gfx_correct_aspect;
|
||||
/* Floppy, Power, FPS, etc etc. */
|
||||
changed_prefs.leds_on_screen = !submenus[4];
|
||||
currprefs.leds_on_screen = changed_prefs.leds_on_screen;
|
||||
|
Loading…
Reference in New Issue
Block a user