--- Frodo4/Src/Prefs.cpp 2003/07/09 13:51:13 1.3 +++ Frodo4/Src/Prefs.cpp 2004/01/13 19:52:48 1.6 @@ -1,7 +1,7 @@ /* * Prefs.cpp - Global preferences * - * Frodo (C) 1994-1997,2002-2003 Christian Bauer + * Frodo (C) 1994-1997,2002-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -43,7 +43,7 @@ Prefs::Prefs() BadLineCycles = 23; CIACycles = 63; FloppyCycles = 64; - SkipFrames = 2; + SkipFrames = 1; LatencyMin = 80; LatencyMax = 120; LatencyAvg = 280; @@ -61,7 +61,7 @@ Prefs::Prefs() strcpy(ViewPort, "Default"); strcpy(DisplayMode, "Default"); - SIDType = SIDTYPE_NONE; + SIDType = SIDTYPE_DIGITAL; REUSize = REU_NONE; DisplayType = DISPTYPE_WINDOW; Joystick1Port = 0; @@ -419,3 +419,7 @@ bool Prefs::Save(char *filename) #ifdef WIN32 #include "Prefs_WIN32.h" #endif + +#ifdef HAVE_GLADE +#include "Prefs_glade.h" +#endif