Added aspect ratio option to RICE GLES1.1
[mupen64plus-pandora.git] / source / rice_gles / src / Video.h
old mode 100644 (file)
new mode 100755 (executable)
index 30a23d7..d957b23
@@ -30,6 +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;