X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Frice_gles%2Fsrc%2FVideo.h;h=d957b23cfc2a28b27be8c202892c1e0a186939ee;hb=16eabaedab3e59959001355a3739c3e281146364;hp=30a23d78a95c60e4b189f0bebd5692c831e68bb1;hpb=d07c171fa694cae985ad7045f9ce2b2f1a5699b4;p=mupen64plus-pandora.git diff --git a/source/rice_gles/src/Video.h b/source/rice_gles/src/Video.h old mode 100644 new mode 100755 index 30a23d7..d957b23 --- a/source/rice_gles/src/Video.h +++ b/source/rice_gles/src/Video.h @@ -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;