From 0f22612d28825d7b773140eca1f9898c3e49bcb1 Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Wed, 27 May 2009 16:49:18 +0000 Subject: [PATCH] Store gfx_correct_aspect in currprefs as well. Maybe this helps with toggling? --- src/gui-sdl/gui-sdl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui-sdl/gui-sdl.c b/src/gui-sdl/gui-sdl.c index 16966d0..a39059f 100644 --- a/src/gui-sdl/gui-sdl.c +++ b/src/gui-sdl/gui-sdl.c @@ -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;