From: fincs Date: Tue, 29 Dec 2015 13:22:04 +0000 (+0100) Subject: Do not make RomFS the default device X-Git-Tag: v1.1.0~8 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=2feb368dd1dbb3b102a34a254cddc042cdf97319;p=corbenik%2Fctrulib.git Do not make RomFS the default device --- diff --git a/libctru/source/romfs_dev.c b/libctru/source/romfs_dev.c index 6c502ee..60f9d47 100644 --- a/libctru/source/romfs_dev.c +++ b/libctru/source/romfs_dev.c @@ -203,7 +203,6 @@ Result romfsInitCommon(void) romFS_active = true; AddDevice(&romFS_devoptab); - chdir("romfs:/"); return 0;