UI: Fixed Xbox controller P2 preset
This commit is contained in:
parent
5e32671c4b
commit
d3626f3692
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ namespace Mesen.GUI.Forms.Config
|
||||||
|
|
||||||
private void mnuXboxLayout2_Click(object sender, EventArgs e)
|
private void mnuXboxLayout2_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
GetControllerControl().Initialize(Presets.XboxLayout1);
|
GetControllerControl().Initialize(Presets.XboxLayout2);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void mnuPs4Layout1_Click(object sender, EventArgs e)
|
private void mnuPs4Layout1_Click(object sender, EventArgs e)
|
||||||
|
|
Loading…
Add table
Reference in a new issue