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