Added aspect ratio option to RICE GLES2
[mupen64plus-pandora.git] / source / gles2rice / src / Video.h
old mode 100644 (file)
new mode 100755 (executable)
index 30a23d7..0d22f8d
@@ -30,7 +30,9 @@ typedef struct {
     float   fViWidth, fViHeight;
     unsigned short        uViWidth, uViHeight;
     unsigned short        uDisplayWidth, uDisplayHeight;
-    
+       unsigned short            uDisplayX, uDisplayY;
+    BOOL       bDisplayRatio;
+       
     BOOL    bDisplayFullscreen;
     BOOL    bVerticalSync;