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 =
|
||||
{
|
||||
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;
|
||||
|
|
Loading…
Reference in New Issue