mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-29 03:46:24 +02:00
add missing return
This commit is contained in:
parent
b4d91402c6
commit
600799ba87
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ namespace Ryujinx.HLE.FileSystem
|
|||
|
||||
entries.Add(directoryEntry);
|
||||
}
|
||||
|
||||
return entries.ToArray();
|
||||
}
|
||||
|
||||
return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue