mirror of
https://github.com/zeldaret/ss
synced 2026-09-03 01:54:18 -04:00
Fix mDvd createOrDie symbol (#122)
This commit is contained in:
@@ -70,7 +70,7 @@ struct DynamicModuleControl : DynamicModuleControlBase {
|
||||
/* 802dfa60 */ virtual bool do_unlink();
|
||||
/* 802df3d0 */ DynamicModuleControl(char const *, EGG::ExpHeap *);
|
||||
/* 802df4d0 */ static void initialize(EGG::ExpHeap *heap);
|
||||
/* 802df530 */ static u32 callback(void *);
|
||||
/* 802df530 */ static void *callback(void *);
|
||||
void checkHeapStatus();
|
||||
|
||||
/* 0x10 */ UNKWORD unk_16;
|
||||
|
||||
Reference in New Issue
Block a user