summaryrefslogtreecommitdiff
path: root/macosx/Plugin.c
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-08-13 21:58:00 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-08-13 21:58:00 +0000
commitd310056a1a1dc1305735178bc57b499001e92b4d (patch)
tree9a0f65f3b4a0c736cdb1e85a090aa3cbc81a867d /macosx/Plugin.c
parent3e945aaa3675d69e746715fe0abc5dbef4923222 (diff)
downloadpcsxr-d310056a1a1dc1305735178bc57b499001e92b4d.tar.gz
Added gpu busy interface.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56084 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Plugin.c')
-rw-r--r--macosx/Plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/Plugin.c b/macosx/Plugin.c
index e293fbf3..f8c902ef 100644
--- a/macosx/Plugin.c
+++ b/macosx/Plugin.c
@@ -89,6 +89,7 @@ int _OpenPlugins() {
SPU_registerCallback(SPUirq);
ret = GPU_open(&gpuDisp, "PCSX", /*pathUrl ? path :*/ NULL);
if (ret < 0) { SysMessage(_("Error Opening GPU Plugin")); return -1; }
+ GPU_registerCallback(GPUbusy);
ret = PAD1_open(&gpuDisp);
if (ret < 0) { SysMessage(_("Error Opening PAD1 Plugin")); return -1; }
ret = PAD2_open(&gpuDisp);