Add sdmc.h
This commit is contained in:
parent
224a05a39e
commit
8a3f532967
@ -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
|
||||||
|
6
libctru/include/3ds/sdmc.h
Normal file
6
libctru/include/3ds/sdmc.h
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include <3ds/types.h>
|
||||||
|
|
||||||
|
Result sdmcInit(void);
|
||||||
|
Result sdmcExit(void);
|
Loading…
Reference in New Issue
Block a user