diff options
| author | Max Roncace <me@caseif.net> | 2026-06-23 03:29:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-22 19:29:49 -0700 |
| commit | 8eae8919c8f53c4c5015ef9b664c6cd2f7c31f8b (patch) | |
| tree | 357701f6f546e596eed918ca3ef6e7bf2aceab1e /libs | |
| parent | db28ce3942423be923838aa6cf72d252f55370e1 (diff) | |
m_Do_main mostly matching for Wii versions (#3165)
* m_Do_main mostly matching for Wii versions
* Use machine-specific PCH for all m_Do TUs
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/JSystem/include/JSystem/JKernel/JKRHeap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/JSystem/include/JSystem/JKernel/JKRHeap.h b/libs/JSystem/include/JSystem/JKernel/JKRHeap.h index 9528c7735e..ce82986344 100644 --- a/libs/JSystem/include/JSystem/JKernel/JKRHeap.h +++ b/libs/JSystem/include/JSystem/JKernel/JKRHeap.h @@ -79,7 +79,7 @@ public: /* vt[03] */ virtual void callAllDisposer(); /* vt[04] */ virtual u32 getHeapType() = 0; /* vt[05] */ virtual bool check() = 0; - /* vt[06] */ virtual bool dump_sort(); + /* vt[06] */ virtual bool dump_sort() { return true; } /* vt[07] */ virtual bool dump() = 0; /* vt[08] */ virtual void do_destroy() = 0; /* vt[09] */ virtual void* do_alloc(u32 size, int alignment) = 0; |
