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