mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-02 02:42:25 -07:00
Remove unneeded ".this"
This commit is contained in:
@@ -11,8 +11,8 @@ namespace Ryujinx.HLE.Utilities
|
||||
|
||||
public UInt128(long low, long high)
|
||||
{
|
||||
this.Low = low;
|
||||
this.High = high;
|
||||
Low = low;
|
||||
High = high;
|
||||
}
|
||||
|
||||
public UInt128(string uInt128Hex)
|
||||
|
Reference in New Issue
Block a user