[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
+3 -1
View File
@@ -8,10 +8,12 @@
#pragma once
#include <ox/std/types.hpp>
#include <ox/fs/fs.hpp>
namespace nostalgia::core {
ox::FileSystem *loadRomFs(const char *path);
char *loadRom(const char *path = "");
void unloadRom(char*);