summaryrefslogtreecommitdiff
path: root/gui
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 /gui
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 'gui')
-rw-r--r--gui/Plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/Plugin.c b/gui/Plugin.c
index f31fef02..22b6f2cf 100644
--- a/gui/Plugin.c
+++ b/gui/Plugin.c
@@ -315,6 +315,7 @@ int _OpenPlugins() {
SPU_registerCallback(SPUirq);
ret = GPU_open(&gpuDisp, "PCSX", NULL);
if (ret < 0) { SysMessage(_("Error opening GPU plugin!")); return -1; }
+ GPU_registerCallback(GPUbusy);
ret = PAD1_open(&gpuDisp);
if (ret < 0) { SysMessage(_("Error opening Controller 1 plugin!")); return -1; }
ret = PAD2_open(&gpuDisp);