diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-08-13 21:58:00 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-08-13 21:58:00 +0000 |
| commit | d310056a1a1dc1305735178bc57b499001e92b4d (patch) | |
| tree | 9a0f65f3b4a0c736cdb1e85a090aa3cbc81a867d /win32/gui/plugin.c | |
| parent | 3e945aaa3675d69e746715fe0abc5dbef4923222 (diff) | |
| download | pcsxr-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 'win32/gui/plugin.c')
| -rw-r--r-- | win32/gui/plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/gui/plugin.c b/win32/gui/plugin.c index b3939028..0556b407 100644 --- a/win32/gui/plugin.c +++ b/win32/gui/plugin.c @@ -275,6 +275,7 @@ 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);
|
