From 43f4f4e06e7a491ef296581eb455d76f8d4c0f6d Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Wed, 27 May 2009 16:51:46 +0000 Subject: [PATCH] Set frame skip to 2 by default when an amiga model is selected --- src/gui-sdl/gui-sdl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui-sdl/gui-sdl.c b/src/gui-sdl/gui-sdl.c index a39059f..9f84cfc 100644 --- a/src/gui-sdl/gui-sdl.c +++ b/src/gui-sdl/gui-sdl.c @@ -201,7 +201,8 @@ static void A1200_config(void) static void default_config(void) { - /* For now these are in uaerc instead */ + /* "good enough" and "fast enough" on the Wii */ + changed_prefs.gfx_framerate = 2; } static int prefs_has_changed;