mirror of
https://github.com/zeldaret/tp
synced 2026-07-08 14:36:36 -04:00
fix functions not returning values (#324)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user