fix functions not returning values (#324)

This commit is contained in:
Jcw87
2023-04-29 17:31:04 -07:00
committed by GitHub
parent ca4ebc9012
commit 0c4e853e4b
6 changed files with 59 additions and 55 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ struct DynamicModuleControl : DynamicModuleControlBase {
/* 80262660 */ DynamicModuleControl(char const*);
/* 802626D0 */ static JKRArchive* mountCallback(void*);
/* 8026275C */ static bool initialize();
/* 80262794 */ static void* callback(void*);
/* 80262794 */ static bool callback(void*);
/* 0x10 */ OSModuleInfo* mModule;
/* 0x14 */ void* mBss;