[nostalgia] Switch Studio to PassThroughFS
This commit is contained in:
@@ -22,6 +22,8 @@ target_link_libraries(
|
||||
NostalgiaCore
|
||||
OxFS
|
||||
OxStd
|
||||
OxTrace
|
||||
OxMetalClaw
|
||||
)
|
||||
|
||||
add_custom_target("nostalgia.bin")
|
||||
|
@@ -13,7 +13,7 @@ using namespace nostalgia::core;
|
||||
using namespace nostalgia::world;
|
||||
|
||||
int main() {
|
||||
ox::FileSystem32 fs(loadRom(), false);
|
||||
ox::FileSystem32 fs(ox::FileStore32(loadRom(), 33554432)); // 32 MB
|
||||
Context ctx;
|
||||
init(&ctx);
|
||||
ctx.rom = &fs;
|
||||
|
Reference in New Issue
Block a user