mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-01-11 20:10:30 +00:00
Do not RecurseSubdirectories when finding the icon fallback (ryubing/ryujinx!189)
Some checks are pending
Canary release job / Release for linux-arm64 (push) Waiting to run
Canary release job / Release for linux-x64 (push) Waiting to run
Canary release job / Release for win-x64 (push) Waiting to run
Canary release job / Release MacOS universal (push) Waiting to run
Canary release job / Create GitLab Release (push) Blocked by required conditions
Some checks are pending
Canary release job / Release for linux-arm64 (push) Waiting to run
Canary release job / Release for linux-x64 (push) Waiting to run
Canary release job / Release for win-x64 (push) Waiting to run
Canary release job / Release MacOS universal (push) Waiting to run
Canary release job / Create GitLab Release (push) Blocked by required conditions
See merge request ryubing/ryujinx!189
This commit is contained in:
parent
93516df7e6
commit
09d8a411c8
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ namespace Ryujinx.Ava.Systems.AppLibrary
|
|||
}
|
||||
catch (HorizonResultException)
|
||||
{
|
||||
foreach (DirectoryEntryEx entry in controlFs.EnumerateEntries("/", "*"))
|
||||
foreach (DirectoryEntryEx entry in controlFs.EnumerateEntries("/", "*", SearchOptions.Default))
|
||||
{
|
||||
if (entry.Name == "control.nacp" || entry.Type == DirectoryEntryType.Directory)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue