[core/memory] Remove defered heap allocation on Linux.

Authored-by: weakboson <weakboson@eden-emu.dev>
Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie 2025-09-26 08:09:28 +00:00 committed by crueter
parent ba20e5c2f5
commit 01c01e30ee
8 changed files with 29 additions and 150 deletions

View file

@ -492,8 +492,6 @@ public:
bool InvalidateNCE(Common::ProcessAddress vaddr, size_t size);
bool InvalidateSeparateHeap(void* fault_address);
private:
Core::System& system;