1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-10-01 12:30:00 +02:00
Ryujinx/src/Ryujinx.Memory/Tracking
riperiperi fdd3263e31
Separate guest/host tracking + unaligned protection (#6486)
* WIP: Separate guest/host tracking + unaligned protection

Allow memory manager to define support for single byte guest tracking

* Formatting

* Improve docs

* Properly handle cases where the address space bits are too low

* Address feedback
2024-03-14 19:38:27 -03:00
..
AbstractRegion.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
BitMap.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
ConcurrentBitmap.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
IMultiRegionHandle.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
IRegionHandle.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
MemoryTracking.cs Separate guest/host tracking + unaligned protection (#6486) 2024-03-14 19:38:27 -03:00
MultiRegionHandle.cs Separate guest/host tracking + unaligned protection (#6486) 2024-03-14 19:38:27 -03:00
PreciseRegionSignal.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
RegionFlags.cs Separate guest/host tracking + unaligned protection (#6486) 2024-03-14 19:38:27 -03:00
RegionHandle.cs Separate guest/host tracking + unaligned protection (#6486) 2024-03-14 19:38:27 -03:00
RegionSignal.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
SmartMultiRegionHandle.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
VirtualRegion.cs Separate guest/host tracking + unaligned protection (#6486) 2024-03-14 19:38:27 -03:00