mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 15:00:48 -07:00
Naming conventions
This commit is contained in:
@ -7,10 +7,10 @@ namespace Ryujinx.HLE.HOS.Kernel
|
||||
|
||||
public ulong EndAddr => Address + Size;
|
||||
|
||||
public KMemoryArrangeRegion(ulong Address, ulong Size)
|
||||
public KMemoryArrangeRegion(ulong address, ulong size)
|
||||
{
|
||||
this.Address = Address;
|
||||
this.Size = Size;
|
||||
this.Address = address;
|
||||
this.Size = size;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user