diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-03-19 21:32:10 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-03-19 21:32:10 +0000 |
| commit | 8ca0520d76626f64dbcf8c1c176045067bba9980 (patch) | |
| tree | aa4e4212217795bdae905a85559b2667545a94f7 /plugins/peopsxgl/draw.c | |
| parent | 355a94d2d7b5300a92eb553cd66ee617942ac5a1 (diff) | |
| download | pcsxr-8ca0520d76626f64dbcf8c1c176045067bba9980.tar.gz | |
Patch 14090 (KrossX2);
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83651 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/peopsxgl/draw.c')
| -rwxr-xr-x | plugins/peopsxgl/draw.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/peopsxgl/draw.c b/plugins/peopsxgl/draw.c index a779af27..fd8f4c46 100755 --- a/plugins/peopsxgl/draw.c +++ b/plugins/peopsxgl/draw.c @@ -95,7 +95,8 @@ BOOL bIsFirstFrame = TRUE; int iResX; int iResY; -BOOL bKeepRatio = FALSE; +BOOL bKeepRatio = FALSE; +BOOL bForceRatio43 = FALSE; RECT rRatioRect; // psx mask related vars |
