mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 09:10:01 -06: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:
@ -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())
|
||||
));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user