2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-14 05:26:10 +00:00

CDolphinController: rename known field

This commit is contained in:
2022-03-20 13:30:56 -07:00
parent be79334465
commit 22c9b55300
2 changed files with 8 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ class CDolphinController : public IController {
std::array<CControllerGamepadData, 4> x34_gamepadStates{};
std::array<EMotorState, 4> x194_motorStates{};
std::array<u32, 4> x1a4_controllerTypes{};
std::array<u32, 4> x1b4_{};
std::array<u32, 4> x1b4_controllerTypePollTime{};
u32 x1c4_ = 0xf0000000;
u32 x1c8_invalidControllers = 0;
u32 x1cc_ = 0;