Do not make RomFS the default device

This commit is contained in:
fincs 2015-12-29 14:22:04 +01:00
parent 9fee423e8a
commit 2feb368dd1

View File

@ -203,7 +203,6 @@ Result romfsInitCommon(void)
romFS_active = true; romFS_active = true;
AddDevice(&romFS_devoptab); AddDevice(&romFS_devoptab);
chdir("romfs:/");
return 0; return 0;