From cd8a6db7e6736696f77c7935dffb883aa5c2996a Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Fri, 22 Feb 2013 07:14:27 +0000 Subject: . git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83090 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- gui/Plugin.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gui/Plugin.c') diff --git a/gui/Plugin.c b/gui/Plugin.c index daf232c8..e7e8c2da 100755 --- a/gui/Plugin.c +++ b/gui/Plugin.c @@ -293,6 +293,9 @@ void PADhandleKey(int key) { break; default: GPU_keypressed(key); +#ifdef ENABLE_SIO1API + SIO1_keypressed(key); +#endif if (Config.UseNet) NET_keypressed(key); } } -- cgit v1.2.3