mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-02 03:32:27 -07:00
Remove unneeded ".this"
This commit is contained in:
@@ -137,7 +137,7 @@ namespace Ryujinx.HLE.HOS.Services.Bsd
|
||||
{ 27, DuplicateSocket },
|
||||
};
|
||||
|
||||
this._isPrivileged = isPrivileged;
|
||||
_isPrivileged = isPrivileged;
|
||||
}
|
||||
|
||||
private LinuxError ConvertError(WsaError errorCode)
|
||||
|
Reference in New Issue
Block a user