mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-24 02:07:11 +02:00
Revert "infra: Update LibHac to v0.20.0."
This seems to have broken some mods.
This reverts commit 1d4928e859
.
This commit is contained in:
parent
f1eb911d25
commit
e18e27fbc5
18 changed files with 44 additions and 71 deletions
|
@ -20,11 +20,10 @@ namespace Ryujinx.Ava.Systems.AppLibrary
|
|||
public static Array GetArrayForApp(
|
||||
LdnGameData[] receivedData, ref ApplicationControlProperty acp)
|
||||
{
|
||||
ReadOnlySpan<ulong> communicationId = acp.LocalCommunicationId;
|
||||
ulong[] allowedTitleIds = communicationId.ToArray();
|
||||
|
||||
LibHac.Common.FixedArrays.Array8<ulong> communicationId = acp.LocalCommunicationId;
|
||||
|
||||
return new Array(receivedData.Where(game =>
|
||||
allowedTitleIds.Contains(game.TitleId.ToULong())
|
||||
communicationId.Items.Contains(game.TitleId.ToULong())
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue