Shit on VKBD

This commit is contained in:
Pecusx
2021-05-06 18:40:39 +02:00
parent e5872590e0
commit e83ec6dc08
+3 -1
View File
@@ -44,6 +44,7 @@ extern char Key_Sate[512];
#include "libretro.h"
#include "retroscreen.h"
extern int SHIFTON;
extern int UI_is_active;
static int swap_joysticks = FALSE;
@@ -193,7 +194,8 @@ int PLATFORM_Keyboard(void)
}
/* SHIFT STATE */
if ((Key_Sate[RETROK_LSHIFT]) || (Key_Sate[RETROK_RSHIFT]))
//if ((Key_Sate[RETROK_LSHIFT]) || (Key_Sate[RETROK_RSHIFT]))
if (SHIFTON == 1)
INPUT_key_shift = 1;
else
INPUT_key_shift = 0;