X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=mupen64plus-pandora.git;a=blobdiff_plain;f=source%2Frice_gles%2Fsrc%2FConfig.cpp;h=a7493570ddc423787c5d3373c63b58c58046faa2;hp=db552551bcc154c4918ca17b9dd929981651fe95;hb=ac4f8e4321adb765745b2da188b8b359735ea379;hpb=d07c171fa694cae985ad7045f9ce2b2f1a5699b4 diff --git a/source/rice_gles/src/Config.cpp b/source/rice_gles/src/Config.cpp index db55255..a749357 100755 --- a/source/rice_gles/src/Config.cpp +++ b/source/rice_gles/src/Config.cpp @@ -431,7 +431,7 @@ static void ReadConfiguration(void) { windowSetting.bDisplayFullscreen = ConfigGetParamBool(l_ConfigVideoGeneral, "Fullscreen"); windowSetting.uDisplayWidth = ConfigGetParamInt(l_ConfigVideoGeneral, "ScreenWidth"); -#ifdef HAVE_GLES0 +#ifdef HAVE_GLES if (windowSetting.uDisplayWidth==800) windowSetting.uDisplayWidth = 640; // no strech #endif