c_dylink match

This commit is contained in:
Jasper St. Pierre
2023-10-13 14:21:53 -07:00
parent 9ea03e0768
commit 75ef109e98
5 changed files with 16 additions and 14 deletions
+2 -3
View File
@@ -20,9 +20,7 @@ struct DynamicModuleControlBase {
virtual int getModuleSize() const { return 0; }
virtual const char* getModuleTypeString() const { return "Base"; }
virtual void dump();
static void dump();
virtual void dump2() { /* empty function */
}
virtual void dump2() {}
virtual bool do_load() { return true; }
virtual BOOL do_load_async() { return true; }
virtual bool do_unload() { return true; }
@@ -34,6 +32,7 @@ struct DynamicModuleControlBase {
BOOL load_async();
bool force_unlink();
static void dump();
static inline DynamicModuleControlBase* getFirstClass() { return mFirst; }
inline DynamicModuleControlBase* getNextClass() { return mNext; }
bool isLinked() const { return mLinkCount != 0; }
+1 -1
View File
@@ -88,7 +88,7 @@ public:
/* 0x12C */ u8 U8;
struct {
/* 0x12C */ u16 _12c;
/* 0x12C */ u16 _12e;
/* 0x12E */ u16 _12e;
} U16;
} field_0x12c;
};