[nostalgia/core] Add PassthroughFS support to loadRomFs

This commit is contained in:
2020-02-11 21:34:55 -06:00
parent fffc66f18b
commit 90f94dbfc2
4 changed files with 23 additions and 32 deletions
+1 -4
View File
@@ -12,10 +12,7 @@
namespace nostalgia::core {
ox::Error init(Context *ctx) {
auto err = OxError(0);
err = initGfx(ctx);
initHeap(); // this does nothing in userland builds
return err;
return initGfx(ctx);
}
}