diff --git a/stella/src/emucore/PropsSet.cxx b/stella/src/emucore/PropsSet.cxx index 43903e7b7..469bb74d2 100644 --- a/stella/src/emucore/PropsSet.cxx +++ b/stella/src/emucore/PropsSet.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: PropsSet.cxx,v 1.28 2006-12-22 22:32:49 stephena Exp $ +// $Id: PropsSet.cxx,v 1.29 2006-12-22 22:39:34 stephena Exp $ //============================================================================ #include @@ -119,10 +119,8 @@ void PropertiesSet::getMD5(const string& md5, Properties& properties, // Reset TIA positioning to defaults if option is enabled if(myOSystem->settings().getBool("tiadefaults")) { -#if !defined(GP2X) // Quick GP2X hack, it only wants defaults for width and height - properties.set(Display_XStart, Properties::ourDefaultProperties[Display_XStart]); - properties.set(Display_YStart, Properties::ourDefaultProperties[Display_YStart]); -#endif +// properties.set(Display_XStart, Properties::ourDefaultProperties[Display_XStart]); +// properties.set(Display_YStart, Properties::ourDefaultProperties[Display_YStart]); properties.set(Display_Width, Properties::ourDefaultProperties[Display_Width]); properties.set(Display_Height, Properties::ourDefaultProperties[Display_Height]); }