Add sdmc.h

This commit is contained in:
mtheall 2014-11-17 22:33:09 -06:00
parent 224a05a39e
commit 8a3f532967
2 changed files with 8 additions and 0 deletions

View File

@ -31,6 +31,8 @@ extern "C" {
#include <3ds/gpu/gpu.h> #include <3ds/gpu/gpu.h>
#include <3ds/gpu/shdr.h> #include <3ds/gpu/shdr.h>
#include <3ds/sdmc.h>
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif

View File

@ -0,0 +1,6 @@
#pragma once
#include <3ds/types.h>
Result sdmcInit(void);
Result sdmcExit(void);