mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-14 06:42:08 -07:00
Remove unneeded ".this"
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Ryujinx.HLE.Loaders.Compression
|
||||
|
||||
public BackwardsReader(Stream baseStream)
|
||||
{
|
||||
this._baseStream = baseStream;
|
||||
_baseStream = baseStream;
|
||||
}
|
||||
|
||||
public byte ReadByte()
|
||||
|
Reference in New Issue
Block a user