1 parent 3741579 commit 6c11756Copy full SHA for 6c11756
1 file changed
ui/ui_vg5000.h
@@ -122,9 +122,9 @@ static void _ui_vg5000_draw_menu(ui_vg5000_t* ui) {
122
}
123
if (ImGui::BeginMenu("Debug")) {
124
ImGui::MenuItem("CPU Debugger", 0, &ui->dbg.ui.open);
125
- ImGui::MenuItem("Breakpoints", 0, &ui->dbg.ui.show_breakpoints);
126
- ImGui::MenuItem("Execution History", 0, &ui->dbg.ui.show_history);
127
- ImGui::MenuItem("Memory Heatmap", 0, &ui->dbg.ui.show_heatmap);
+ ImGui::MenuItem("Breakpoints", 0, &ui->dbg.ui.breakpoints.open);
+ ImGui::MenuItem("Execution History", 0, &ui->dbg.ui.history.open);
+ ImGui::MenuItem("Memory Heatmap", 0, &ui->dbg.ui.heatmap.open);
128
if (ImGui::BeginMenu("Memory Editor")) {
129
ImGui::MenuItem("Window #1", 0, &ui->memedit[0].open);
130
ImGui::MenuItem("Window #2", 0, &ui->memedit[1].open);
0 commit comments