mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 17:35:46 +00:00
SMMU: Add Android compatibility
This commit is contained in:
parent
ff6cd1c212
commit
355bbea52d
9 changed files with 42 additions and 50 deletions
|
@ -13,6 +13,8 @@ Host1x::Host1x(Core::System& system_)
|
|||
memory_manager(system.DeviceMemory()), gmmu_manager{system, memory_manager, 32, 12},
|
||||
allocator{std::make_unique<Common::FlatAllocator<u32, 0, 32>>(1 << 12)} {}
|
||||
|
||||
Host1x::~Host1x() = default;
|
||||
|
||||
} // namespace Host1x
|
||||
|
||||
} // namespace Tegra
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue