Keep AHB limitations

This commit is contained in:
CamilleLaVey
2026-08-11 14:44:58 -04:00
parent fd75a6d1e4
commit cf65326b2b
7 changed files with 89 additions and 34 deletions
+3
View File
@@ -85,10 +85,13 @@ 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{};