arm build fix
This commit is contained in:
parent
badcace987
commit
99a0dce8cd
|
@ -75,8 +75,8 @@ struct MapleInputState
|
||||||
MapleInputState() : halfAxes{}, fullAxes{} {}
|
MapleInputState() : halfAxes{}, fullAxes{} {}
|
||||||
|
|
||||||
u32 kcode = ~0;
|
u32 kcode = ~0;
|
||||||
u8 halfAxes[PJTI_Count]; // LT, RT
|
u8 halfAxes[PJTI_Count]; // LT, RT
|
||||||
s8 fullAxes[PJAI_Count]; // Left X, Y, Right X, Y
|
int8_t fullAxes[PJAI_Count]; // Left X, Y, Right X, Y
|
||||||
};
|
};
|
||||||
extern MapleInputState mapleInputState[4];
|
extern MapleInputState mapleInputState[4];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue