summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFXVideo/macsrc/PluginGLView.m
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-11-11 00:10:11 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-11-11 00:10:11 +0000
commit8504c3e70831ccc3d9f648b4ed33f3cbc9ed2890 (patch)
treece5216ca94d2dd688cd3455802558ebd5b432522 /macosx/plugins/DFXVideo/macsrc/PluginGLView.m
parentf7961efaeebdf1e717803824936db51e9af19d52 (diff)
downloadpcsxr-8504c3e70831ccc3d9f648b4ed33f3cbc9ed2890.tar.gz
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
Diffstat (limited to 'macosx/plugins/DFXVideo/macsrc/PluginGLView.m')
-rwxr-xr-xmacosx/plugins/DFXVideo/macsrc/PluginGLView.m4
1 files 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];
}