mirror of
https://github.com/zeldaret/ss
synced 2026-07-08 05:50:30 -04:00
Fix errors after rebase
This commit is contained in:
@@ -37102,7 +37102,7 @@ lbl_8056E990 = .data:0x8056E990; // type:object size:0xB data:string
|
||||
__vt__Q23EGG7ExpHeap = .data:0x8056E9A0; // type:object size:0x30
|
||||
lbl_8056E9D0 = .data:0x8056E9D0; // type:object size:0x30
|
||||
lbl_8056EA00 = .data:0x8056EA00; // type:object size:0x30
|
||||
__vt__Q23EGG8Disposer = .data:0x8056EA30; // type:object size:0x10
|
||||
__vt__Q23EGG8Disposer = .data:0x8056EA30; // type:object size:0xC
|
||||
__vt__Q23EGG6Thread = .data:0x8056EA40; // type:object size:0x18
|
||||
lbl_8056EA58 = .data:0x8056EA58; // type:object size:0x70
|
||||
__vt__Q23EGG7Display = .data:0x8056EAC8; // type:object size:0x20
|
||||
|
||||
@@ -156,7 +156,7 @@ public:
|
||||
class ControllerRumbleUnit {
|
||||
public:
|
||||
// 0x00 vtable | 8056ebb4
|
||||
inline ControllerRumbleUnit() { init(); }
|
||||
inline ControllerRumbleUnit(): mFlag(0) { init(); }
|
||||
/* vt 0x08 | 8049a8e0 */ virtual ~ControllerRumbleUnit() {}
|
||||
|
||||
public:
|
||||
|
||||
@@ -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