Set frame skip to 2 by default when an amiga model is selected

This commit is contained in:
simon.kagstrom 2009-05-27 16:51:46 +00:00
parent 0f22612d28
commit 43f4f4e06e

View File

@ -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;