From 707443684fc0b2d268b3288ea52f4d33ef93fc05 Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Sun, 24 Feb 2013 21:38:24 +0000 Subject: link cable plugin for Windows; git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83125 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- win32/gui/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/gui/plugin.c') 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 -- cgit v1.2.3