SoundUnit: change 1-bit PDM mode to 8-bit TDM
This commit is contained in:
parent
9ba9b7b4f5
commit
0165a19630
3 changed files with 15 additions and 38 deletions
|
|
@ -239,7 +239,7 @@ bool FurnaceGUI::drawSysConf(int chan, DivSystem type, DivConfig& flags, bool mo
|
|||
pdm=false;
|
||||
altered=true;
|
||||
}
|
||||
if (ImGui::RadioButton("1-bit PDM (rev C/E)",pdm==1)) {
|
||||
if (ImGui::RadioButton("8-bit + TDM (rev C/E)",pdm==1)) {
|
||||
pdm=true;
|
||||
altered=true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue