Revert "Quality-of-Life Improvements"
This commit is contained in:
parent
e1538413e9
commit
5d8f3f7cb1
128 changed files with 1530 additions and 499 deletions
|
|
@ -9,8 +9,8 @@
|
|||
namespace Tegra::Host1x {
|
||||
|
||||
Host1x::Host1x(Core::System& system_)
|
||||
: system{system_}, syncpoint_manager{}, memory_manager(system.DeviceMemory()),
|
||||
gmmu_manager{system, memory_manager, 32, 0, 12},
|
||||
: system{system_}, syncpoint_manager{},
|
||||
memory_manager(system.DeviceMemory()), gmmu_manager{system, memory_manager, 32, 0, 12},
|
||||
allocator{std::make_unique<Common::FlatAllocator<u32, 0, 32>>(1 << 12)} {}
|
||||
|
||||
Host1x::~Host1x() = default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue