diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-01-20 02:53:06 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-20 12:53:06 +0200 |
| commit | 49a4319fb85eaa6e3cbbaebad7c3a8df286b512f (patch) | |
| tree | 0c88cdec1cf8ad19c83acb4708e536dfbad33177 /include/DynamicLink.h | |
| parent | 5ad3727d177dd7b1c39523e3377410902cb781ad (diff) | |
OSLink done (#2038)
Diffstat (limited to 'include/DynamicLink.h')
| -rw-r--r-- | include/DynamicLink.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/DynamicLink.h b/include/DynamicLink.h index b2b9810cfb..df6dfd3ab9 100644 --- a/include/DynamicLink.h +++ b/include/DynamicLink.h @@ -1,9 +1,8 @@ #ifndef DYNAMICLINK_H #define DYNAMICLINK_H -#include "dolphin/types.h" +#include "dolphin/os.h" -typedef struct OSModuleInfo OSModuleInfo; class JKRArchive; class JKRFileCache; class mDoDvdThd_callback_c; @@ -58,7 +57,7 @@ struct DynamicModuleControl : DynamicModuleControlBase { /* 8026275C */ static bool initialize(); /* 80262794 */ static bool callback(void*); - /* 0x10 */ OSModuleInfo* mModule; + /* 0x10 */ OSModuleHeader* mModule; /* 0x14 */ void* mBss; /* 0x18 */ u32 unk_24; /* 0x1c */ const char* mName; |
