dev118 - SNES true sustain
This commit is contained in:
parent
6f1a41de1e
commit
6028523eaf
6 changed files with 40 additions and 14 deletions
|
|
@ -4066,6 +4066,7 @@ void FurnaceGUI::drawInsEdit() {
|
|||
|
||||
ImGui::EndTable();
|
||||
}
|
||||
ImGui::Checkbox("Make sustain effective",&ins->snes.sus);
|
||||
} else {
|
||||
if (ImGui::BeginTable("SNESGainParams",3,ImGuiTableFlags_NoHostExtendX)) {
|
||||
ImGui::TableSetupColumn("c0",ImGuiTableColumnFlags_WidthFixed);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue