mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-27 17:07:10 +02:00
add missing return
This commit is contained in:
parent
65b3da01b7
commit
d8259568b1
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