mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
Io: Open sce_lbn references and whole ISO faster.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user