diff options
author | riperiperi <rhy3756547@hotmail.com> | 2021-03-06 23:21:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-06 20:21:53 -0300 |
commit | a539303e7165cf524dc5b5750da49cb4bd4be6d6 (patch) | |
tree | 77c82c1c5dc815446d9c4359a15be6570c845519 /Ryujinx.Memory/Tracking/RegionHandle.cs | |
parent | 8d36681bf1eb732307086203f3bbd2509f55c234 (diff) |
Remove unused physical region tracking (#2085)
* Remove unused physical region tracking
* Update comments
Diffstat (limited to 'Ryujinx.Memory/Tracking/RegionHandle.cs')
-rw-r--r-- | Ryujinx.Memory/Tracking/RegionHandle.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Memory/Tracking/RegionHandle.cs b/Ryujinx.Memory/Tracking/RegionHandle.cs index da3ee99a..5c32fba4 100644 --- a/Ryujinx.Memory/Tracking/RegionHandle.cs +++ b/Ryujinx.Memory/Tracking/RegionHandle.cs @@ -159,7 +159,7 @@ namespace Ryujinx.Memory.Tracking } /// <summary> - /// Dispose the handle. Within the tracking lock, this removes references from virtual and physical regions. + /// Dispose the handle. Within the tracking lock, this removes references from virtual regions. /// </summary> public void Dispose() { |