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 --- macosx/Plugin.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'macosx/Plugin.c') diff --git a/macosx/Plugin.c b/macosx/Plugin.c index c5c450d2..4710b057 100644 --- a/macosx/Plugin.c +++ b/macosx/Plugin.c @@ -93,9 +93,11 @@ int _OpenPlugins() { ret = PAD1_open(&gpuDisp); if (ret < 0) { SysMessage(_("Error Opening PAD1 Plugin")); return -1; } PAD1_registerVibration(GPU_visualVibration); + PAD1_registerCursor(GPU_cursor); ret = PAD2_open(&gpuDisp); if (ret < 0) { SysMessage(_("Error Opening PAD2 Plugin")); return -1; } PAD2_registerVibration(GPU_visualVibration); + PAD2_registerCursor(GPU_cursor); return 0; } -- cgit v1.2.3