Added docs for FsStorageId.

This commit is contained in:
yellows8 2019-09-23 16:58:58 -04:00
parent b30b567228
commit 66a4db694b
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -168,14 +168,14 @@ typedef enum
FsWriteOption_Flush = BIT(0), ///< Forces a flush after write. FsWriteOption_Flush = BIT(0), ///< Forces a flush after write.
} FsWriteOption; } FsWriteOption;
typedef enum /// StorageId
{ typedef enum {
FsStorageId_None = 0, FsStorageId_None = 0, ///< None
FsStorageId_Host = 1, FsStorageId_Host = 1, ///< Host
FsStorageId_GameCard = 2, FsStorageId_GameCard = 2, ///< GameCard
FsStorageId_NandSystem = 3, FsStorageId_NandSystem = 3, ///< NandSystem
FsStorageId_NandUser = 4, FsStorageId_NandUser = 4, ///< NandUser
FsStorageId_SdCard = 5, FsStorageId_SdCard = 5, ///< SdCard
} FsStorageId; } FsStorageId;
typedef enum typedef enum