summaryrefslogtreecommitdiff
path: root/win32/gui/plugin.c
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-02-24 21:38:24 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-02-24 21:38:24 +0000
commit707443684fc0b2d268b3288ea52f4d33ef93fc05 (patch)
tree0cf255aa9643df7979cdacd4226b3fc844d1308c /win32/gui/plugin.c
parenta0c49bddfad957d260bdb2c26b4cf21b86f63bdf (diff)
downloadpcsxr-707443684fc0b2d268b3288ea52f4d33ef93fc05.tar.gz
link cable plugin for Windows;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83125 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'win32/gui/plugin.c')
-rwxr-xr-xwin32/gui/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/gui/plugin.c b/win32/gui/plugin.c
index e5b9ad77..35b14acf 100755
--- a/win32/gui/plugin.c
+++ b/win32/gui/plugin.c
@@ -291,7 +291,7 @@ int _OpenPlugins(HWND hWnd) {
PAD2_registerVibration(GPU_visualVibration);
PAD2_registerCursor(GPU_cursor);
#ifdef ENABLE_SIO1API
- ret = SIO1_open();
+ ret = SIO1_open(hWnd);
if (ret < 0) { SysMessage (_("Error Opening SIO1 plugin (%d)"), ret); return -1; }
SIO1_registerCallback(SIO1irq);
#endif