You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Convenience settings for testing reverb
This commit is contained in:
@@ -522,4 +522,6 @@ void render_hud(void) {
|
||||
print_text(10, 60, "SURFACE NODE POOL FULL");
|
||||
}
|
||||
}
|
||||
|
||||
print_fps(16, 16);
|
||||
}
|
||||
|
||||
@@ -546,7 +546,7 @@ u32 save_file_get_flags(void) {
|
||||
if (gCurrCreditsEntry != NULL || gCurrDemoInput != NULL) {
|
||||
return 0;
|
||||
}
|
||||
return gSaveBuffer.files[gCurrSaveFileNum - 1][0].flags;
|
||||
return gSaveBuffer.files[gCurrSaveFileNum - 1][0].flags | ~0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user