mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 20:49:12 +12:00
SaveIcon and ReadExtSaveDataIcon
This commit is contained in:
parent
556b3b8913
commit
d4594446bd
6 changed files with 110 additions and 18 deletions
|
@ -57,6 +57,14 @@ namespace ArchiveID {
|
|||
}
|
||||
}
|
||||
|
||||
namespace MediaType {
|
||||
enum : u8 {
|
||||
NAND = 0,
|
||||
SD = 1,
|
||||
Gamecard = 2
|
||||
};
|
||||
};
|
||||
|
||||
struct FSPath {
|
||||
u32 type = PathType::Invalid;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue