[nostalgia/core] Add PassthroughFS support to loadRomFs
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user