summaryrefslogtreecommitdiff
path: root/include/DynamicLink.h
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2024-01-20 02:53:06 -0800
committerGitHub <noreply@github.com>2024-01-20 12:53:06 +0200
commit49a4319fb85eaa6e3cbbaebad7c3a8df286b512f (patch)
tree0c88cdec1cf8ad19c83acb4708e536dfbad33177 /include/DynamicLink.h
parent5ad3727d177dd7b1c39523e3377410902cb781ad (diff)
OSLink done (#2038)
Diffstat (limited to 'include/DynamicLink.h')
-rw-r--r--include/DynamicLink.h5
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;