1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-19 11:21:31 +00:00
Ryujinx/Ryujinx.Memory/Range
gdkchan 0a24aa6af2
Allow textures to have their data partially mapped (#2629)
* Allow textures to have their data partially mapped

* Explicitly check for invalid memory ranges on the MultiRangeList

* Update GetWritableRegion to also support unmapped ranges
2022-02-22 13:34:16 -03:00
..
HostMemoryRange.cs
IMultiRangeItem.cs
INonOverlappingRange.cs
IRange.cs
MemoryRange.cs
MultiRange.cs
MultiRangeList.cs
NonOverlappingRangeList.cs
RangeList.cs