summaryrefslogtreecommitdiff
path: root/source/3ds/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/3ds/main.c')
-rw-r--r--source/3ds/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/3ds/main.c b/source/3ds/main.c
index 266bafe..f31a2d1 100644
--- a/source/3ds/main.c
+++ b/source/3ds/main.c
@@ -27,7 +27,7 @@ int main() {
gfxInit(GSP_RGB565_OES, GSP_RGB565_OES, false);
fsInit();
- sdmcInit();
+ archiveMountSdmc();
#if DEBUGLEVEL == 0
consoleInit(GFX_BOTTOM, &debug_console);
@@ -136,7 +136,6 @@ exit:
sound_close();
drc_exit();
- sdmcExit();
fsExit();
gfxExit();
return 0;