mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 10:40:46 -07:00
Remove unneeded ".this"
This commit is contained in:
@ -32,7 +32,7 @@ namespace Ryujinx.HLE.FileSystem.Content
|
||||
{ "FontNintendoExtended" , 0x0100000000000810 },
|
||||
};
|
||||
|
||||
this._device = device;
|
||||
_device = device;
|
||||
}
|
||||
|
||||
public void LoadEntries()
|
||||
|
Reference in New Issue
Block a user