Env size, ssg tickbox, tab names

This commit is contained in:
BlastBrothers 2022-02-21 13:59:19 -05:00
parent 964fc56030
commit 90a67666c5
1 changed files with 1 additions and 1 deletions

View File

@ -755,7 +755,7 @@ void FurnaceGUI::drawInsEdit() {
if (ImGui::SliderScalar(FM_NAME(FM_SSG),ImGuiDataType_U8,&ssgEnv,&_ZERO,&_SEVEN,ssgEnvTypes[ssgEnv])) { PARAMETER
op.ssgEnv=(op.ssgEnv&8)|(ssgEnv&7);
}
if (ImGui::Checkbox("SSG Enabled",&ssgOn)) { PARAMETER
if (ImGui::Checkbox("SSG-EG On",&ssgOn)) { PARAMETER
op.ssgEnv=(op.ssgEnv&7)|(ssgOn<<3);
}
if (ImGui::IsItemHovered()) {