diff --git a/Minecraft.Client/Common/Consoles_App.cpp b/Minecraft.Client/Common/Consoles_App.cpp index e9920ecb..91911914 100644 --- a/Minecraft.Client/Common/Consoles_App.cpp +++ b/Minecraft.Client/Common/Consoles_App.cpp @@ -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;