GUI: make memory usage unit setting effective

This commit is contained in:
tildearrow 2024-03-28 13:50:15 -05:00
parent b88a37d671
commit 065db6b7bd
3 changed files with 19 additions and 8 deletions

View file

@ -3179,8 +3179,8 @@ void FurnaceGUI::drawSettings() {
settingsChanged=true;
}
// SUBSECTION STATISTICS
CONFIG_SUBSECTION("Statistics");
// SUBSECTION MEMORY COMPOSITION
CONFIG_SUBSECTION("Memory Composition");
ImGui::Text("Chip memory usage unit:");
ImGui::Indent();
if (ImGui::RadioButton("Bytes##MUU0",settings.memUsageUnit==0)) {