mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-21 06:39:36 +02:00
Fix for not working virtual keyboard
This commit is contained in:
@@ -328,7 +328,7 @@ void retro_virtualkb(void)
|
||||
|
||||
oldi=-1;
|
||||
}
|
||||
else if(RETROK_LCTRL) //CTRL
|
||||
else if(i==RETROK_LCTRL) //CTRL
|
||||
{
|
||||
CTRLON=-CTRLON;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user