mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
Io: Cleanup access bits for files.
Also, we default a lot of these members, so don't need to reset.
This commit is contained in:
@@ -370,7 +370,7 @@ PSPFileInfo MetaFileSystem::GetFileInfo(std::string filename)
|
||||
}
|
||||
else
|
||||
{
|
||||
PSPFileInfo bogus; // TODO
|
||||
PSPFileInfo bogus;
|
||||
return bogus;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user