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)