mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-11 03:31:57 -08:00
add missing return
This commit is contained in:
parent
b4d91402c6
commit
600799ba87
@ -122,6 +122,8 @@ namespace Ryujinx.HLE.FileSystem
|
||||
|
||||
entries.Add(directoryEntry);
|
||||
}
|
||||
|
||||
return entries.ToArray();
|
||||
}
|
||||
|
||||
return null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user