From d3626f36927c6cf78f805c7a7054cc5cde1f0dd9 Mon Sep 17 00:00:00 2001 From: Sour Date: Thu, 28 Dec 2017 14:15:50 -0500 Subject: [PATCH] UI: Fixed Xbox controller P2 preset --- GUI.NET/Forms/Config/Controllers/frmControllerConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI.NET/Forms/Config/Controllers/frmControllerConfig.cs b/GUI.NET/Forms/Config/Controllers/frmControllerConfig.cs index 0fcb1429..83f27cd1 100644 --- a/GUI.NET/Forms/Config/Controllers/frmControllerConfig.cs +++ b/GUI.NET/Forms/Config/Controllers/frmControllerConfig.cs @@ -88,7 +88,7 @@ namespace Mesen.GUI.Forms.Config private void mnuXboxLayout2_Click(object sender, EventArgs e) { - GetControllerControl().Initialize(Presets.XboxLayout1); + GetControllerControl().Initialize(Presets.XboxLayout2); } private void mnuPs4Layout1_Click(object sender, EventArgs e)