]> Chaos Git - corbenik/ctrulib.git/commitdiff
Do not make RomFS the default device
authorfincs <fincs.alt1@gmail.com>
Tue, 29 Dec 2015 13:22:04 +0000 (14:22 +0100)
committerfincs <fincs.alt1@gmail.com>
Tue, 29 Dec 2015 13:22:04 +0000 (14:22 +0100)
libctru/source/romfs_dev.c

index 6c502eee755e713b92c5ba5e94d0ed7590e04c08..60f9d47219af71ac1714923d0a8caf763ccda837 100644 (file)
@@ -203,7 +203,6 @@ Result romfsInitCommon(void)
        romFS_active = true;
 
        AddDevice(&romFS_devoptab);
-       chdir("romfs:/");
 
        return 0;