diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-06-22 22:59:56 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-06-22 22:59:56 +0000 |
| commit | 5a29c04f291e9eb2f93fafb90ee2d7368b5627b9 (patch) | |
| tree | 8aa1e9d275778ed43d435749e91e7030e84bae4e /macosx/plugins/DFXVideo/macsrc/PluginGLView.m | |
| parent | 32f0cfc0e047e2f5762357327d45bc7c823f29aa (diff) | |
| download | pcsxr-5a29c04f291e9eb2f93fafb90ee2d7368b5627b9.tar.gz | |
Modify the Memory Object class a little bit. Some minor changes.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85493 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFXVideo/macsrc/PluginGLView.m')
| -rwxr-xr-x | macosx/plugins/DFXVideo/macsrc/PluginGLView.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/plugins/DFXVideo/macsrc/PluginGLView.m b/macosx/plugins/DFXVideo/macsrc/PluginGLView.m index e5899d38..e287c803 100755 --- a/macosx/plugins/DFXVideo/macsrc/PluginGLView.m +++ b/macosx/plugins/DFXVideo/macsrc/PluginGLView.m @@ -194,7 +194,7 @@ void BlitScreen16NS(unsigned char * surf,long x,long y) // Call for a redisplay noDisplay = YES; PSXDisplay.Disabled = 1; - [self setNeedsDisplay:true]; + [self setNeedsDisplay:YES]; return self; } |
