Files
Kenji-NX/src/Ryujinx.HLE/HOS
LotP 171624e7f0 Memory Changes part 2
* Slightly refactors RangeLists from the last Memory Changes MR, which fixes issue 61.

* Convert as many const size array iterators to span iterators as possible. When iterating over a const size array, every iteration created a Span, now only the first iteration does in most places.

* Now using object pooling for a few object types that were rapidly deleted and recreated.

* Converted a few flag checks to binary operations to save memory allocations.
2025-08-26 15:30:12 -05:00
..
2025-08-26 15:30:12 -05:00
2025-08-26 15:30:12 -05:00
2025-05-26 16:02:20 -05:00
2025-08-11 15:06:41 -05:00
2025-08-11 15:06:41 -05:00