Io: Open sce_lbn references and whole ISO faster.

This commit is contained in:
Unknown W. Brackets
2020-05-21 18:58:24 -07:00
parent 91427c1f4e
commit 49abe9ed6c
16 changed files with 76 additions and 62 deletions
+2 -2
View File
@@ -108,8 +108,8 @@ int BlobFileSystem::Ioctl(u32 handle, u32 cmd, u32 indataPtr, u32 inlen, u32 out
return -1;
}
int BlobFileSystem::DevType(u32 handle) {
return PSP_DEV_TYPE_FILE;
PSPDevType BlobFileSystem::DevType(u32 handle) {
return PSPDevType::FILE;
}
bool BlobFileSystem::MkDir(const std::string &dirname) {