SaveIcon and ReadExtSaveDataIcon

This commit is contained in:
Ada 2024-03-08 13:09:11 +00:00
parent 556b3b8913
commit d4594446bd
No known key found for this signature in database
GPG key ID: 066E56D5C9F4E50D
6 changed files with 110 additions and 18 deletions

View file

@ -57,6 +57,14 @@ namespace ArchiveID {
}
}
namespace MediaType {
enum : u8 {
NAND = 0,
SD = 1,
Gamecard = 2
};
};
struct FSPath {
u32 type = PathType::Invalid;