aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/3ds/main.cpp
diff options
context:
space:
mode:
authorBastien Bouclet2019-10-13 20:58:19 +0200
committerBastien Bouclet2019-10-14 21:22:23 +0200
commitf22e07825f9dfeec96edffe8ef435ffbfb75ef84 (patch)
treeb92b7e9287659d624c1d003a23bcb3dcdcc90988 /backends/platform/3ds/main.cpp
parent904a00f4463ea4749dba8e354b8dfd8c53074a8d (diff)
downloadscummvm-rg350-f22e07825f9dfeec96edffe8ef435ffbfb75ef84.tar.gz
scummvm-rg350-f22e07825f9dfeec96edffe8ef435ffbfb75ef84.tar.bz2
scummvm-rg350-f22e07825f9dfeec96edffe8ef435ffbfb75ef84.zip
3DS: Embed ScummVM's support files in the package
Diffstat (limited to 'backends/platform/3ds/main.cpp')
-rw-r--r--backends/platform/3ds/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/3ds/main.cpp b/backends/platform/3ds/main.cpp
index dc89faaef6..ce549b67c4 100644
--- a/backends/platform/3ds/main.cpp
+++ b/backends/platform/3ds/main.cpp
@@ -27,6 +27,7 @@ int main(int argc, char *argv[]) {
// Initialize basic libctru stuff
gfxInitDefault();
cfguInit();
+ romfsInit();
osSetSpeedupEnable(true);
// consoleInit(GFX_TOP, NULL);
@@ -50,6 +51,7 @@ int main(int argc, char *argv[]) {
gspLcdExit();
}
+ romfsExit();
cfguExit();
gfxExit();
return res;