mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-12 05:05:51 +00:00
CDolphinController: name known field
Former-commit-id: 8e579a2706aa09c186e4a1ea4ab0a21ed12202df
This commit is contained in:
parent
ec593c79e5
commit
3649fb8b24
@ -33,7 +33,7 @@ private:
|
||||
EMotorState x194_motorStates[4];
|
||||
uint x1a4_controllerTypes[4];
|
||||
uint x1b4_controllerTypePollTime[4];
|
||||
uint x1c4_;
|
||||
uint x1c4_validControllers;
|
||||
uint x1c8_invalidControllers;
|
||||
uint x1cc_;
|
||||
};
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include <string.h>
|
||||
|
||||
CDolphinController::CDolphinController()
|
||||
: x1c4_(PAD_CHAN0_BIT | PAD_CHAN1_BIT | PAD_CHAN2_BIT | PAD_CHAN3_BIT)
|
||||
: x1c4_validControllers(PAD_CHAN0_BIT | PAD_CHAN1_BIT | PAD_CHAN2_BIT | PAD_CHAN3_BIT)
|
||||
, x1c8_invalidControllers(0)
|
||||
, x1cc_(0) {
|
||||
static bool sIsInitialized = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user