PC-FX - controller button orders

This commit is contained in:
adelikat 2017-07-13 21:23:16 -05:00
parent 9efa5a01b0
commit 9c791924b2
1 changed files with 4 additions and 4 deletions

View File

@ -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;