aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/Collections/IntervalTree.cs
AgeCommit message (Collapse)Author
2021-09-19Implement and use an Interval Tree for the MultiRangeList (#2641)riperiperi
* Implement and use an Interval Tree for the MultiRangeList * Feedback * Address Feedback * Missed this somehow