From dc7ab4c5d6b54ee651ff6f0b7635a0fcf08c86b9 Mon Sep 17 00:00:00 2001 From: Merry Date: Wed, 25 Jan 2023 10:12:04 +0000 Subject: Revert "MemoryManager: use fastmem directly." This reverts commit af5ecb0b15d4449f58434e70eed835cf71fc5527. --- src/video_core/memory_manager.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/video_core/memory_manager.h') diff --git a/src/video_core/memory_manager.h b/src/video_core/memory_manager.h index 2936364f0..9ebfb6179 100644 --- a/src/video_core/memory_manager.h +++ b/src/video_core/memory_manager.h @@ -141,7 +141,7 @@ private: inline void MemoryOperation(GPUVAddr gpu_src_addr, std::size_t size, FuncMapped&& func_mapped, FuncReserved&& func_reserved, FuncUnmapped&& func_unmapped) const; - template + template void ReadBlockImpl(GPUVAddr gpu_src_addr, void* dest_buffer, std::size_t size, VideoCommon::CacheType which) const; @@ -215,7 +215,6 @@ private: std::vector big_page_continous; std::vector> page_stash{}; - u8* fastmem_arena{}; constexpr static size_t continous_bits = 64; -- cgit v1.2.3