Show the filesystem types and origins in the list (except ISO)

This commit is contained in:
Henrik Rydgård
2024-11-26 00:36:58 +01:00
parent e95d9b15b4
commit 1eadea2589
10 changed files with 29 additions and 13 deletions
+1 -1
View File
@@ -461,7 +461,7 @@ PSPDevType ISOFileSystem::DevType(u32 handle) {
return type;
}
FileSystemFlags ISOFileSystem::Flags() {
FileSystemFlags ISOFileSystem::Flags() const {
// TODO: Here may be a good place to force things, in case users recompress games
// as PBP or CSO when they were originally the other type.
return blockDevice->IsDisc() ? FileSystemFlags::UMD : FileSystemFlags::CARD;