Update LibHac to v0.16.0 (#3159)

This commit is contained in:
Alex Barney
2022-02-26 16:52:25 -07:00
committed by GitHub
parent 7b35ebc64a
commit 3705c20668
18 changed files with 64 additions and 79 deletions

View File

@ -160,7 +160,7 @@ namespace Ryujinx.HLE.HOS
var buildIds = executables.Select(e => (e switch
{
NsoExecutable nso => BitConverter.ToString(nso.BuildId.Bytes.ToArray()),
NsoExecutable nso => BitConverter.ToString(nso.BuildId.ItemsRo.ToArray()),
NroExecutable nro => BitConverter.ToString(nro.Header.BuildId),
_ => ""
}).Replace("-", "").ToUpper());