From 7fc90b21f5172684e1b01307fdc0d3985bfee64d Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Mon, 3 Jan 2011 21:43:14 +0000 Subject: Gun sight interface. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61728 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- win32/gui/plugin.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'win32/gui/plugin.c') diff --git a/win32/gui/plugin.c b/win32/gui/plugin.c index ccde0c89..f9bfe96f 100644 --- a/win32/gui/plugin.c +++ b/win32/gui/plugin.c @@ -288,9 +288,11 @@ int _OpenPlugins(HWND hWnd) { ret = PAD1_open(hWnd); if (ret < 0) { SysMessage (_("Error Opening PAD1 Plugin (%d)"), ret); return -1; } PAD1_registerVibration(GPU_visualVibration); + PAD1_registerCursor(GPU_cursor); ret = PAD2_open(hWnd); if (ret < 0) { SysMessage (_("Error Opening PAD2 Plugin (%d)"), ret); return -1; } PAD2_registerVibration(GPU_visualVibration); + PAD2_registerCursor(GPU_cursor); SetCurrentDirectory(PcsxDir); ShowCursor(FALSE); -- cgit v1.2.3