mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2024-11-15 09:35:27 +00:00
add missing return
This commit is contained in:
parent
b4d91402c6
commit
600799ba87
|
@ -122,6 +122,8 @@ namespace Ryujinx.HLE.FileSystem
|
||||||
|
|
||||||
entries.Add(directoryEntry);
|
entries.Add(directoryEntry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return entries.ToArray();
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
|
Loading…
Reference in a new issue