From dea2319c2c0f69ef9578d8713b2048400be61fe7 Mon Sep 17 00:00:00 2001 From: Pecusx Date: Sat, 8 May 2021 12:00:48 +0200 Subject: [PATCH] Revert "Disable joystick input if Virtual Keyboard active" This reverts commit 8b942c29e016ee2dad5808383970da6796193998. --- 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 16592e9..3098fd0 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 && SHOWKEY==-1) // disable joystick input if Virtual Keyboard active + if(atari_devices[0]==RETRO_DEVICE_ATARI_JOYSTICK) { //shortcut for joy mode only