mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-27 16:00:06 +02:00
Revert "misc: chore: Remove redundant code"
This reverts commit 05a88ccc94.
This commit is contained in:
@@ -60,8 +60,8 @@ namespace Ryujinx.Memory.Tracking
|
||||
private readonly MemoryTracking _tracking;
|
||||
private bool _disposed;
|
||||
|
||||
private int _checkCount;
|
||||
private int _volatileCount;
|
||||
private int _checkCount = 0;
|
||||
private int _volatileCount = 0;
|
||||
private bool _volatile;
|
||||
|
||||
internal MemoryPermission RequiredPermission
|
||||
|
||||
Reference in New Issue
Block a user