mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-03 17:57:26 +00:00
Env size, ssg tickbox, tab names
This commit is contained in:
parent
964fc56030
commit
90a67666c5
1 changed files with 1 additions and 1 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Reference in a new issue