PC-FX - controller button orders
This commit is contained in:
parent
9efa5a01b0
commit
9c791924b2
|
@ -116,10 +116,10 @@ namespace BizHawk.Emulation.Cores.Consoles.NEC.PCFX
|
||||||
|
|
||||||
private static readonly int[] ButtonOrders =
|
private static readonly int[] ButtonOrders =
|
||||||
{
|
{
|
||||||
1, 1, 1, 1, 1, 1,
|
5, 6, 7, 8, 9, 10,
|
||||||
1, 1,
|
11, 12,
|
||||||
1, 1, 1, 1,
|
1, 2, 3, 4,
|
||||||
1, 1
|
13, 14
|
||||||
};
|
};
|
||||||
|
|
||||||
public ControllerDefinition Definition => _definition;
|
public ControllerDefinition Definition => _definition;
|
||||||
|
|
Loading…
Reference in New Issue