This commit is contained in:
jduncanator 2019-11-25 10:40:07 +11:00 committed by GitHub
parent 08c747cee1
commit 5f045a9c97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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("-", "")}";