mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 15:28:51 -05:00
GPU SMMU: Expand to 34 bits
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user