From 5a29c04f291e9eb2f93fafb90ee2d7368b5627b9 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sat, 22 Jun 2013 22:59:56 +0000 Subject: 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 --- macosx/plugins/DFXVideo/macsrc/PluginGLView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/plugins/DFXVideo/macsrc/PluginGLView.m') 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; } -- cgit v1.2.3