mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-02 02:52:40 +00:00
have Amiga/SNES thing'n smpl wt toggle include DAC
This commit is contained in:
parent
22dcc610fa
commit
f679aadf68
1 changed files with 1 additions and 1 deletions
|
@ -4044,7 +4044,7 @@ void FurnaceGUI::drawInsEdit() {
|
|||
ImGui::EndCombo();
|
||||
}
|
||||
if (ins->type==DIV_INS_AMIGA || ins->type==DIV_INS_SNES) {
|
||||
P(ImGui::Checkbox("Use wavetable (Amiga/SNES only)",&ins->amiga.useWave));
|
||||
P(ImGui::Checkbox("Use wavetable (Amiga/SNES/Generic DAC only)",&ins->amiga.useWave));
|
||||
if (ins->amiga.useWave) {
|
||||
int len=ins->amiga.waveLen+1;
|
||||
int origLen=len;
|
||||
|
|
Loading…
Reference in a new issue