mirror of
https://github.com/zeldaret/ss
synced 2026-09-09 03:40:36 -04:00
Fix errors after rebase
This commit is contained in:
@@ -49,7 +49,7 @@ static Allocator *sWPADAllocator;
|
||||
return result;
|
||||
}
|
||||
|
||||
/* 0x80499050 */ CoreController::CoreController() : mDpdPos(), mAccel(), mAccelFlags(nullptr) {
|
||||
/* 0x80499050 */ CoreController::CoreController() : mDpdPos(), mAccel(), mAccelFlags(), mFlag(0) {
|
||||
this->mRumbleMgr = nullptr;
|
||||
this->mButtonHeld = 0;
|
||||
this->mButtonTriggered = 0;
|
||||
|
||||
Reference in New Issue
Block a user