dev84 - new compat flag and store macro modes

This commit is contained in:
tildearrow 2022-04-18 00:52:29 -05:00
parent fc8a130c71
commit b8c790bf79
6 changed files with 65 additions and 7 deletions

View file

@ -166,6 +166,10 @@ void FurnaceGUI::drawCompatFlags() {
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("behavior changed in 0.6");
}
ImGui::Checkbox("New SegaPCM features (macros and better panning)",&e->song.newSegaPCM);
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("behavior changed in 0.6");
}
}
if (ImGui::IsWindowFocused(ImGuiFocusedFlags_ChildWindows)) curWindow=GUI_WINDOW_COMPAT_FLAGS;
ImGui::End();