This commit is contained in:
GabsPuNs
2026-05-18 18:36:41 -04:00
parent 5ecc2c1d4c
commit b5cdc747d7

View File

@@ -6923,7 +6923,7 @@ wstring CMinecraftApp::GetVKReplacement(unsigned int uiVKey)
case VK_PAD_RTHUMB_DOWNLEFT :
replacement = L"ButtonRightStick";
break;
#if defined _XBOX_ONE || defined __PSVITA__
#if defined _XBOX_ONE || defined __PSVITA__ || defined _WINDOWS64
case VK_PAD_START:
replacement = L"ButtonStart";
break;