[nostalgia] Switch Studio to PassThroughFS

This commit is contained in:
2019-01-15 22:33:13 -06:00
parent e5c5c0da43
commit af0e24d9bf
26 changed files with 159 additions and 107 deletions
+2 -4
View File
@@ -8,14 +8,12 @@
#include <ox/fs/fs.hpp>
namespace nostalgia {
namespace core {
namespace nostalgia::core {
// User Input Output
struct Context {
ox::FileSystem32 *rom = nullptr;
ox::FileSystem *rom = nullptr;
};
}
}