From 37ba81a540460a7d34a33c23d2353ac84f887576 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sat, 17 Aug 2013 20:06:59 +0000 Subject: Make more plug-ins use and implement RunOnMainThreadSync. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86706 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 39cfb5ad..778721fb 100755 --- a/macosx/plugins/DFXVideo/macsrc/PluginGLView.m +++ b/macosx/plugins/DFXVideo/macsrc/PluginGLView.m @@ -606,7 +606,7 @@ void BlitScreen16NS(unsigned char * surf,long x,long y) //printf("y=%i",PSXDisplay.DisplayPosition.y); - dispatch_sync(dispatch_get_main_queue(), ^{ + RunOnMainThreadSync(^{ unsigned char * surf; long x = PSXDisplay.DisplayPosition.x; long y = PSXDisplay.DisplayPosition.y; -- cgit v1.2.3