diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-11-30 15:46:36 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-11-30 15:46:36 +0000 |
| commit | ca4066b2fb81c66a1a478b3c24ef463b6107cefe (patch) | |
| tree | 1a4e07bd56189bd8a7dd24067c8a918914b114bb /gui | |
| parent | 85ba8b161a5974b78de6876faf81389b3064d812 (diff) | |
| download | pcsxr-ca4066b2fb81c66a1a478b3c24ef463b6107cefe.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72730 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/Plugin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/Plugin.c b/gui/Plugin.c index 42d9b1d9..1ce533aa 100644 --- a/gui/Plugin.c +++ b/gui/Plugin.c @@ -326,7 +326,6 @@ int _OpenPlugins() { SPU_registerCallback(SPUirq);
ret = GPU_open(&gpuDisp, "PCSXR", 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; }
PAD1_registerVibration(GPU_visualVibration);
|
