aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/video_core/memory_manager.h
diff options
context:
space:
mode:
authorFernando Sahmkow <[email protected]>2023-12-29 09:50:04 +0100
committerLiam <[email protected]>2024-01-18 21:12:30 -0500
commit96fd1348aea9d70cb502a94cbd0412be6edb0189 (patch)
treeb264d2437dd4fda8c8257566bb5a5d8eb096131a /src/video_core/memory_manager.h
parentbad705f245f1591d8a92cd57bfbc87dd2cdb0fea (diff)
downloadyuzu-mainline-96fd1348aea9d70cb502a94cbd0412be6edb0189.tar.gz
yuzu-mainline-96fd1348aea9d70cb502a94cbd0412be6edb0189.zip
GPU SMMU: Expand to 34 bits
Diffstat (limited to 'src/video_core/memory_manager.h')
-rw-r--r--src/video_core/memory_manager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/memory_manager.h b/src/video_core/memory_manager.h
index e2912a73f..6b2cd7efb 100644
--- a/src/video_core/memory_manager.h
+++ b/src/video_core/memory_manager.h
@@ -38,6 +38,8 @@ class MemoryManager final {
public:
explicit MemoryManager(Core::System& system_, u64 address_space_bits_ = 40,
u64 big_page_bits_ = 16, u64 page_bits_ = 12);
+ explicit MemoryManager(Core::System& system_, MaxwellDeviceMemoryManager& memory_, u64 address_space_bits_ = 40,
+ u64 big_page_bits_ = 16, u64 page_bits_ = 12);
~MemoryManager();
size_t GetID() const {