mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-25 18:46:55 +01:00
coreinit: Set file flag in stat
This commit is contained in:
parent
a8d157d310
commit
4a04fab9c4
@ -382,6 +382,7 @@ namespace iosu
|
||||
else if (fsc_isFile(fscFile))
|
||||
{
|
||||
fsStatOut->size = fsc_getFileSize(fscFile);
|
||||
statFlag |= FSFlag::IS_FILE;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user