Update ExperimentFlags interface

This commit is contained in:
scawful
2023-11-12 09:53:51 -05:00
parent c1ad23284e
commit 97548fbe6f
7 changed files with 63 additions and 20 deletions

View File

@@ -199,8 +199,11 @@ void MasterEditor::DrawFileMenu() {
if (ImGui::BeginMenu("Options")) {
ImGui::MenuItem("Backup ROM", "", &backup_rom_);
ImGui::Separator();
ImGui::Checkbox("Enable Overworld Sprites",
&mutable_flags()->kDrawOverworldSprites);
ImGui::Checkbox("Use Bitmap Manager",
&mutable_flags()->kUseBitmapManager);
ImGui::EndMenu();
}
ImGui::EndMenu();