[TEST] Adjustment AHB to tiled-gpu-v2 state

This commit is contained in:
CamilleLaVey
2026-08-07 15:54:08 -04:00
parent 2a15ff7b69
commit ba11ea2eb9
5 changed files with 49 additions and 121 deletions
-3
View File
@@ -85,13 +85,10 @@ private:
AddrTree::iterator GetNearestHeapMapLocked(VAddr offset);
s64 HostMapCount(PAddr paddr, size_t size) const;
void RebuildSeparateHeapAddressSpace();
private:
Common::HostMemory& m_buffer;
const bool m_has_hardware_buffer_backing;
const s64 m_max_resident_map_count;
std::shared_mutex m_rebuild_lock{};