Typo
This commit is contained in:
parent
08c747cee1
commit
5f045a9c97
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ namespace Ryujinx.HLE.HOS.Services.Prepo
|
|||
fieldStr += $", Value: {value}";
|
||||
}
|
||||
|
||||
// TODO(Ac_k): Determine why there are non-alphanumeric values sometimes.
|
||||
// TODO(Ac_K): Determine why there are non-alphanumeric values sometimes.
|
||||
if (rawValues.Length > 0)
|
||||
{
|
||||
fieldStr += $", RawValue: 0x{BitConverter.ToString(rawValues).Replace("-", "")}";
|
||||
|
|
Loading…
Add table
Reference in a new issue