]> Chaos Git - corbenik/ctrulib.git/commitdiff
updated types.h
authoridunoe <idunoe@asia.com>
Mon, 27 Oct 2014 05:11:55 +0000 (13:11 +0800)
committeridunoe <idunoe@asia.com>
Mon, 27 Oct 2014 05:11:55 +0000 (13:11 +0800)
libctru/include/3ds/types.h

index 8ea81254dbfcb23c83ddec2fa0ebc30ad2c42597..b844bcbeb8888126cfe7c9efd1c151f4df4007ee 100644 (file)
 
 #define U64_MAX        UINT64_MAX
 
+typedef enum
+{
+       mediatype_NAND,
+       mediatype_SDMC,
+       mediatype_GAMECARD,
+} mediatypes_enum;
+
 typedef uint8_t u8;
 typedef uint16_t u16;
 typedef uint32_t u32;