mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-23 02:51:13 +02:00
Revert "misc: chore: Remove redundant code"
This reverts commit 05a88ccc94.
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Ryujinx.Memory
|
||||
_length = length;
|
||||
}
|
||||
|
||||
public T* Pointer => _pointer;
|
||||
public unsafe T* Pointer => _pointer;
|
||||
|
||||
public int Length => _length;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user