Fix for not working virtual keyboard

This commit is contained in:
Mariano
2019-12-30 18:27:11 +01:00
parent efc0bc71e3
commit 21922dc098
2 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -328,7 +328,7 @@ void retro_virtualkb(void)
oldi=-1;
}
else if(RETROK_LCTRL) //CTRL
else if(i==RETROK_LCTRL) //CTRL
{
CTRLON=-CTRLON;