From 9a65205dba64302ea41aaa8e8d962193c56969b4 Mon Sep 17 00:00:00 2001 From: Zephyron Date: Thu, 6 Mar 2025 06:43:37 +0000 Subject: revert ee3d858935600e23a7914620b21f45082cccf8bd revert Follow Up Of the previous commit with the update of TLB update --- src/core/memory.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/core/memory.h') diff --git a/src/core/memory.h b/src/core/memory.h index eeeee6d65..3f315ff7a 100644 --- a/src/core/memory.h +++ b/src/core/memory.h @@ -492,21 +492,6 @@ public: bool InvalidateSeparateHeap(void* fault_address); - /** - * Remaps a region of the emulated process address space. - * - * @param guest_addr The address to begin remapping at. - * @param size The amount of bytes to remap. - * - * @returns True if remapping is successful, false otherwise. - */ - bool Remap(u64 guest_addr, u32 size); - - /** - * Reclaims memory from pages that are no longer used. - */ - void ReclaimUnusedMemory(); - private: Core::System& system; -- cgit v1.2.3