diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawkControllers.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawkControllers.cs index 1900a4879b..d33a82ac7c 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawkControllers.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/GBHawk/GBHawkControllers.cs @@ -57,7 +57,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBHawk private static readonly string[] BaseDefinition = { - "Right", "Left", "Up", "Down", "A", "B", "Select", "Start", "Power" + "Up", "Down", "Left", "Right", "Start", "Select", "B", "A", "Power" }; public void SyncState(Serializer ser)