From 9c791924b2df67d3a4aca593ec60b5ee36c552f6 Mon Sep 17 00:00:00 2001 From: adelikat Date: Thu, 13 Jul 2017 21:23:16 -0500 Subject: [PATCH] PC-FX - controller button orders --- .../Consoles/NEC/PCFX/TstControllerDeck.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BizHawk.Emulation.Cores/Consoles/NEC/PCFX/TstControllerDeck.cs b/BizHawk.Emulation.Cores/Consoles/NEC/PCFX/TstControllerDeck.cs index bacae959db..e1fe608f5c 100644 --- a/BizHawk.Emulation.Cores/Consoles/NEC/PCFX/TstControllerDeck.cs +++ b/BizHawk.Emulation.Cores/Consoles/NEC/PCFX/TstControllerDeck.cs @@ -116,10 +116,10 @@ namespace BizHawk.Emulation.Cores.Consoles.NEC.PCFX private static readonly int[] ButtonOrders = { - 1, 1, 1, 1, 1, 1, - 1, 1, - 1, 1, 1, 1, - 1, 1 + 5, 6, 7, 8, 9, 10, + 11, 12, + 1, 2, 3, 4, + 13, 14 }; public ControllerDefinition Definition => _definition;