diff --git a/stella/src/win32/SettingsWin32.cxx b/stella/src/win32/SettingsWin32.cxx index e5a85dfc9..09fab5d72 100644 --- a/stella/src/win32/SettingsWin32.cxx +++ b/stella/src/win32/SettingsWin32.cxx @@ -13,7 +13,7 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: SettingsWin32.cxx,v 1.19 2005-10-18 18:49:46 stephena Exp $ +// $Id: SettingsWin32.cxx,v 1.20 2005-10-18 19:04:56 stephena Exp $ //============================================================================ #include @@ -28,9 +28,9 @@ SettingsWin32::SettingsWin32(OSystem* osystem) : Settings(osystem) { - set("fragsize", "2048"); // Anything less than this usually causes sound skipping - set("video", "hard"); // Use software mode with hardware surface - set("dirtyrects", "false") // Most Windows systems work better without this + set("fragsize", "2048"); // Anything less than this usually causes sound skipping + set("video", "hard"); // Use software mode with hardware surface + set("dirtyrects", "false"); // Most Windows systems work better without this } // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -