diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-02-08 19:25:55 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-02-08 19:25:55 +0000 |
| commit | 720d4be596d3aa7529d9e97eacb744e90b4a8e3f (patch) | |
| tree | b3e562f9f7755e17df19be177765713524d3355e /macosx/plugins/DFXVideo/macsrc | |
| parent | 1d525a69e206ba55d17eca50219715a7bbbec254 (diff) | |
| download | pcsxr-720d4be596d3aa7529d9e97eacb744e90b4a8e3f.tar.gz | |
Applying patch 13817.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82774 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFXVideo/macsrc')
| -rwxr-xr-x | macosx/plugins/DFXVideo/macsrc/PluginGLView.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/plugins/DFXVideo/macsrc/PluginGLView.m b/macosx/plugins/DFXVideo/macsrc/PluginGLView.m index d863fa23..da646bbf 100755 --- a/macosx/plugins/DFXVideo/macsrc/PluginGLView.m +++ b/macosx/plugins/DFXVideo/macsrc/PluginGLView.m @@ -606,8 +606,8 @@ void BlitScreen16NS(unsigned char * surf,long x,long y) long y = PSXDisplay.DisplayPosition.y; GLuint lu; unsigned short row,column; - unsigned short dx=(unsigned short)PSXDisplay.DisplayEnd.x;//PreviousPSXDisplay.Range.x1; - unsigned short dy=(unsigned short)PSXDisplay.DisplayEnd.y;//PreviousPSXDisplay.DisplayMode.y; + unsigned short dx=PreviousPSXDisplay.Range.x1; + unsigned short dy=PreviousPSXDisplay.DisplayMode.y; long lPitch; //printf("y=%i",PSXDisplay.DisplayPosition.y); |
