forked from MeloNX/MeloNX
add missing return
This commit is contained in:
parent
65b3da01b7
commit
d8259568b1
@ -122,6 +122,8 @@ namespace Ryujinx.HLE.FileSystem
|
|||||||
|
|
||||||
entries.Add(directoryEntry);
|
entries.Add(directoryEntry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return entries.ToArray();
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user