From: idunoe Date: Mon, 27 Oct 2014 05:11:55 +0000 (+0800) Subject: updated types.h X-Git-Tag: v0.2.0~78^2~6 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=4d891e61903bfb9ced6ce86728c648c3236d4c4e;p=corbenik%2Fctrulib.git updated types.h --- diff --git a/libctru/include/3ds/types.h b/libctru/include/3ds/types.h index 8ea8125..b844bcb 100644 --- a/libctru/include/3ds/types.h +++ b/libctru/include/3ds/types.h @@ -11,6 +11,13 @@ #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;