X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Frice_gles%2Fsrc%2FVideo.h;fp=source%2Frice_gles%2Fsrc%2FVideo.h;h=d957b23cfc2a28b27be8c202892c1e0a186939ee;hb=e18935a73fdf12c93fc3b6668b40cee2f8c90df2;hp=30a23d78a95c60e4b189f0bebd5692c831e68bb1;hpb=6ac88641e446ee9d85b928769d7b7055318152c4;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;