Initial Commit
This commit is contained in:
16
source/ctru.cpp
Normal file
16
source/ctru.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#include <3ds.h>
|
||||
|
||||
#include <amethyst/ctru.hpp>
|
||||
|
||||
namespace amy {
|
||||
namespace ctru {
|
||||
void init(unsigned int srvs) {
|
||||
if (srvs & romfs) {
|
||||
romfsInit();
|
||||
}
|
||||
if (srvs & gfx_def) {
|
||||
gfxInitDefault();
|
||||
}
|
||||
}
|
||||
} // namespace ctru
|
||||
} // namespace amy
|
||||
Reference in New Issue
Block a user