Add LogToConsole experiment flag

This commit is contained in:
scawful
2024-01-22 21:17:41 -05:00
parent 499818836a
commit 9b3977191d
3 changed files with 17 additions and 9 deletions

View File

@@ -326,6 +326,7 @@ void MasterEditor::DrawFileMenu() {
MenuItem("Backup ROM", "", &backup_rom_);
ImGui::Separator();
Text("Experiment Flags");
Checkbox("Enable console logging", &mutable_flags()->kLogToConsole);
Checkbox("Enable Texture Streaming",
&mutable_flags()->kLoadTexturesAsStreaming);
Checkbox("Enable Overworld Sprites",