mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-02 03:22:27 -07:00
Remove unneeded ".this"
This commit is contained in:
@@ -40,7 +40,7 @@ namespace Ryujinx.HLE.HOS.Services.Lr
|
||||
{ 15, DeleteInfoHtmlNcaPath }
|
||||
};
|
||||
|
||||
this._storageId = storageId;
|
||||
_storageId = storageId;
|
||||
}
|
||||
|
||||
// DeleteInfoHtmlNcaPath()
|
||||
|
Reference in New Issue
Block a user