X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fgles2rice%2Fsrc%2FVideo.h;h=0d22f8d940e82638637fb4b509c907b99b3daa9f;hb=6ac88641e446ee9d85b928769d7b7055318152c4;hp=30a23d78a95c60e4b189f0bebd5692c831e68bb1;hpb=339dbc9c27407f38993e71173d8b64768f316461;p=mupen64plus-pandora.git diff --git a/source/gles2rice/src/Video.h b/source/gles2rice/src/Video.h old mode 100644 new mode 100755 index 30a23d7..0d22f8d --- a/source/gles2rice/src/Video.h +++ b/source/gles2rice/src/Video.h @@ -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;