mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-05 07:32:33 -07:00
NVDRV: Implement sessions and initial implementation of SMMU
This commit is contained in:
@@ -9,8 +9,7 @@ namespace Tegra {
|
||||
namespace Host1x {
|
||||
|
||||
Host1x::Host1x(Core::System& system_)
|
||||
: system{system_}, syncpoint_manager{}, memory_manager{system, 32, 12},
|
||||
allocator{std::make_unique<Common::FlatAllocator<u32, 0, 32>>(1 << 12)} {}
|
||||
: system{system_}, syncpoint_manager{}, memory_manager(system.DeviceMemory()) {}
|
||||
|
||||
} // namespace Host1x
|
||||
|
||||
|
Reference in New Issue
Block a user