From 8b942c29e016ee2dad5808383970da6796193998 Mon Sep 17 00:00:00 2001 From: Pecusx Date: Sat, 8 May 2021 11:09:40 +0200 Subject: [PATCH] Disable joystick input if Virtual Keyboard active Only for testing --- libretro/core-mapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro/core-mapper.c b/libretro/core-mapper.c index 3098fd0..16592e9 100644 --- a/libretro/core-mapper.c +++ b/libretro/core-mapper.c @@ -452,7 +452,7 @@ int Retro_PollEvent() } - if(atari_devices[0]==RETRO_DEVICE_ATARI_JOYSTICK) + if(atari_devices[0]==RETRO_DEVICE_ATARI_JOYSTICK && SHOWKEY==-1) // disable joystick input if Virtual Keyboard active { //shortcut for joy mode only