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 /win32/gui/plugin.c | |
| 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 'win32/gui/plugin.c')
| -rw-r--r-- | win32/gui/plugin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/gui/plugin.c b/win32/gui/plugin.c index 3ee3d835..de930234 100644 --- a/win32/gui/plugin.c +++ b/win32/gui/plugin.c @@ -281,7 +281,6 @@ int _OpenPlugins(HWND hWnd) { ret = GPU_open(hWnd);
if (ret < 0) { SysMessage (_("Error Opening GPU Plugin (%d)"), ret); return -1; }
- GPU_registerCallback(GPUbusy);
ret = SPU_open(hWnd);
if (ret < 0) { SysMessage (_("Error Opening SPU Plugin (%d)"), ret); return -1; }
SPU_registerCallback(SPUirq);
|
