mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 02:41:43 +00:00
Capitalization to be consistent (#3860)
Thread ID Register, Floating-point Control Register, and Floating-point Status Register all had Register capitalized, so the Register in Processor State register should be capitalized.
This commit is contained in:
parent
55043c8afc
commit
b5cf8b8af9
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ namespace Ryujinx.Cpu
|
||||||
long TpidrroEl0 { get; set; }
|
long TpidrroEl0 { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Processor State register.
|
/// Processor State Register.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
uint Pstate { get; set; }
|
uint Pstate { get; set; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue