GUI: make memory usage unit setting effective
This commit is contained in:
parent
b88a37d671
commit
065db6b7bd
3 changed files with 19 additions and 8 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue