From 8504c3e70831ccc3d9f648b4ed33f3cbc9ed2890 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Tue, 11 Nov 2014 00:10:11 +0000 Subject: [PATCH] OS X: Fix the SoftGL driver. I knew I was overlooking something... git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92232 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/plugins/DFXVideo/macsrc/PluginGLView.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macosx/plugins/DFXVideo/macsrc/PluginGLView.m b/macosx/plugins/DFXVideo/macsrc/PluginGLView.m index 3eed9fee..90b50b2c 100755 --- a/macosx/plugins/DFXVideo/macsrc/PluginGLView.m +++ b/macosx/plugins/DFXVideo/macsrc/PluginGLView.m @@ -295,8 +295,8 @@ static int mylog2(int val) [NSOpenGLContext clearCurrentContext]; - [self setNeedsDisplay:true]; - + //[self setNeedsDisplay:true]; + [self renderScreen]; [glLock unlock]; }