mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-02 03:02:25 -07:00
Remove unneeded ".this"
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Ryujinx.HLE.HOS.Services.FspSrv
|
||||
{ 0, Read }
|
||||
};
|
||||
|
||||
this._baseStream = baseStream;
|
||||
_baseStream = baseStream;
|
||||
}
|
||||
|
||||
// Read(u64 offset, u64 length) -> buffer<u8, 0x46, 0> buffer
|
||||
|
Reference in New Issue
Block a user