mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-27 08:57:11 +02:00
Update LibHac to v0.16.0 (#3159)
This commit is contained in:
parent
533af3722a
commit
463c49d16c
18 changed files with 64 additions and 79 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue