arm build fix
This commit is contained in:
parent
badcace987
commit
99a0dce8cd
|
@ -76,7 +76,7 @@ struct MapleInputState
|
|||
|
||||
u32 kcode = ~0;
|
||||
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];
|
||||
|
||||
|
|
Loading…
Reference in New Issue