Io: Simulate VFAT bug only when simulating FAT32.

And cleanup flag handling a bit.
This commit is contained in:
Unknown W. Brackets
2020-05-21 18:57:46 -07:00
parent 51db9f0f85
commit 67416e5919
10 changed files with 34 additions and 23 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ int BlobFileSystem::Ioctl(u32 handle, u32 cmd, u32 indataPtr, u32 inlen, u32 out
}
int BlobFileSystem::DevType(u32 handle) {
return -1;
return PSP_DEV_TYPE_FILE;
}
bool BlobFileSystem::MkDir(const std::string &dirname) {