diff options
Diffstat (limited to 'gui/Plugin.c')
| -rwxr-xr-x | gui/Plugin.c | 3 |
1 files changed, 3 insertions, 0 deletions
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); } } |
