Resolve requested changes
This commit is contained in:
parent
e9dc67dee3
commit
08c747cee1
1 changed files with 3 additions and 3 deletions
|
@ -101,7 +101,7 @@ namespace Ryujinx.HLE.HOS.Services.Prepo
|
|||
|
||||
bool isValue = false;
|
||||
|
||||
string fieldStr = "";
|
||||
string fieldStr = string.Empty;
|
||||
|
||||
while (stream.Position != stream.Length)
|
||||
{
|
||||
|
@ -164,7 +164,7 @@ namespace Ryujinx.HLE.HOS.Services.Prepo
|
|||
fieldStr += $", Value: {value}";
|
||||
}
|
||||
|
||||
// TODO: Find why there is no alpha-numeric value sometimes.
|
||||
// TODO(Ac_k): Determine why there are non-alphanumeric values sometimes.
|
||||
if (rawValues.Length > 0)
|
||||
{
|
||||
fieldStr += $", RawValue: 0x{BitConverter.ToString(rawValues).Replace("-", "")}";
|
||||
|
@ -185,4 +185,4 @@ namespace Ryujinx.HLE.HOS.Services.Prepo
|
|||
return sb.ToString();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue