mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 12:18:00 -05:00
Common: Rename SplitRangeSet to OverlapRangeSet
This commit is contained in:
@ -15,7 +15,7 @@ struct HeapMapper::HeapMapperInternal {
|
||||
~HeapMapperInternal() = default;
|
||||
|
||||
Common::RangeSet<VAddr> m_temporary_set;
|
||||
Common::SplitRangeSet<VAddr> m_mapped_ranges;
|
||||
Common::OverlapRangeSet<VAddr> m_mapped_ranges;
|
||||
Tegra::MaxwellDeviceMemoryManager& m_device_memory;
|
||||
std::mutex m_guard;
|
||||
};
|
||||
|
Reference in New Issue
Block a user