From b5cdc747d78efa33f61ca4c8f27ebe8cbdf61887 Mon Sep 17 00:00:00 2001 From: GabsPuNs Date: Mon, 18 May 2026 18:36:41 -0400 Subject: [PATCH] Fix --- Minecraft.Client/Common/Consoles_App.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;