mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-19 10:07:50 +00:00
Common: Rename SplitRangeSet to OverlapRangeSet
This commit is contained in:
parent
80d505b5cf
commit
758d895408
4 changed files with 45 additions and 42 deletions
|
@ -460,7 +460,7 @@ private:
|
|||
std::deque<Common::RangeSet<DAddr>> committed_gpu_modified_ranges;
|
||||
|
||||
// Async Buffers
|
||||
Common::SplitRangeSet<DAddr> async_downloads;
|
||||
Common::OverlapRangeSet<DAddr> async_downloads;
|
||||
std::deque<std::optional<Async_Buffer>> async_buffers;
|
||||
std::deque<boost::container::small_vector<BufferCopy, 4>> pending_downloads;
|
||||
std::optional<Async_Buffer> current_buffer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue