Skip to content
Snippets Groups Projects
Unverified Commit 01ab4aab authored by bunnei's avatar bunnei Committed by GitHub
Browse files

Merge pull request #1885 from lioncash/data_id

file_sys/save_data_factory: Update SaveDataSpaceId enum
parents 5b5d0199 a4eaa678
No related branches found
No related tags found
No related merge requests found
...@@ -17,8 +17,10 @@ namespace FileSys { ...@@ -17,8 +17,10 @@ namespace FileSys {
enum class SaveDataSpaceId : u8 { enum class SaveDataSpaceId : u8 {
NandSystem = 0, NandSystem = 0,
NandUser = 1, NandUser = 1,
SdCard = 2, SdCardSystem = 2,
TemporaryStorage = 3, TemporaryStorage = 3,
SdCardUser = 4,
ProperSystem = 100,
}; };
enum class SaveDataType : u8 { enum class SaveDataType : u8 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment