From 4333c0b9f8cef55c01a3e9b1d9e8bfe450cf7f12 Mon Sep 17 00:00:00 2001 From: sin365 <353374337@qq.com> Date: Wed, 17 Sep 2025 10:18:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3XMB=E5=B1=8F=E5=B9=95?= =?UTF-8?q?=E8=99=9A=E6=8B=9F=E6=8C=89=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Manager/AppSettings/KeyMapperSetting/XMBKeyBinding.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AxibugEmuOnline.Client/Assets/Script/AppMain/Manager/AppSettings/KeyMapperSetting/XMBKeyBinding.cs b/AxibugEmuOnline.Client/Assets/Script/AppMain/Manager/AppSettings/KeyMapperSetting/XMBKeyBinding.cs index a0831809..adda9b3c 100644 --- a/AxibugEmuOnline.Client/Assets/Script/AppMain/Manager/AppSettings/KeyMapperSetting/XMBKeyBinding.cs +++ b/AxibugEmuOnline.Client/Assets/Script/AppMain/Manager/AppSettings/KeyMapperSetting/XMBKeyBinding.cs @@ -142,7 +142,7 @@ namespace AxibugEmuOnline.Client case 0: controller.SetBinding(EnumCommand.Back, device.BTN_A, 0); controller.SetBinding(EnumCommand.Enter, device.BTN_B, 0); - controller.SetBinding(EnumCommand.OptionMenu, device.OPTION_1, 0); + controller.SetBinding(EnumCommand.OptionMenu, device.HOME, 0); controller.SetBinding(EnumCommand.SelectItemDown, device.DOWN, 0); controller.SetBinding(EnumCommand.SelectItemLeft, device.LEFT, 0); controller.SetBinding(EnumCommand.SelectItemRight, device.RIGHT, 0);