mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 02:40:47 -07:00
add missing return
This commit is contained in:
@ -122,6 +122,8 @@ namespace Ryujinx.HLE.FileSystem
|
||||
|
||||
entries.Add(directoryEntry);
|
||||
}
|
||||
|
||||
return entries.ToArray();
|
||||
}
|
||||
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user