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}";
|
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)
|
if (rawValues.Length > 0)
|
||||||
{
|
{
|
||||||
fieldStr += $", RawValue: 0x{BitConverter.ToString(rawValues).Replace("-", "")}";
|
fieldStr += $", RawValue: 0x{BitConverter.ToString(rawValues).Replace("-", "")}";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue