Convenience settings for testing reverb

This commit is contained in:
gheskett
2021-08-03 01:54:00 -05:00
parent dc70030149
commit e56f3e6c83
2 changed files with 3 additions and 1 deletions

View File

@@ -522,4 +522,6 @@ void render_hud(void) {
print_text(10, 60, "SURFACE NODE POOL FULL");
}
}
print_fps(16, 16);
}

View File

@@ -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;
}
/**