mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-01 19:30:48 -07:00
Remove unneeded ".this"
This commit is contained in:
@ -11,8 +11,8 @@ namespace Ryujinx.HLE.Utilities
|
||||
|
||||
public StructReader(MemoryManager memory, long position)
|
||||
{
|
||||
this._memory = memory;
|
||||
this.Position = position;
|
||||
_memory = memory;
|
||||
Position = position;
|
||||
}
|
||||
|
||||
public T Read<T>() where T : struct
|
||||
|
Reference in New Issue
Block a user