GLES2N64: Added option to strecth the video instead of aspect ration correct
[mupen64plus-pandora.git] / source / gles2n64 / src / Config.h
old mode 100644 (file)
new mode 100755 (executable)
index 57fcf3f..6c7de47
@@ -66,7 +66,7 @@ struct Config
     int     hackZelda;
     int     hackAlpha;
 
-    bool    stretchVideo;
+    int        stretchVideo;
     bool    romPAL;    //is the rom PAL
     char    romName[21];
 };