OSLink done (#2038)

This commit is contained in:
TakaRikka
2024-01-20 02:53:06 -08:00
committed by GitHub
parent 5ad3727d17
commit 49a4319fb8
14 changed files with 460 additions and 1188 deletions
+2 -3
View File
@@ -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;