arm build fix

This commit is contained in:
Flyinghead 2021-09-11 19:17:36 +02:00
parent badcace987
commit 99a0dce8cd
1 changed files with 2 additions and 2 deletions

View File

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