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