mirror of
https://github.com/izzy2lost/WeeU.git
synced 2026-07-06 00:19:59 -07:00
coreinit: Set file flag in stat
This commit is contained in:
@@ -382,6 +382,7 @@ namespace iosu
|
||||
else if (fsc_isFile(fscFile))
|
||||
{
|
||||
fsStatOut->size = fsc_getFileSize(fscFile);
|
||||
statFlag |= FSFlag::IS_FILE;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user