GUI: hide custom clock for PCM DAC
doesn't make sense
This commit is contained in:
parent
07fd199ffd
commit
7d483e1bbb
|
@ -1905,6 +1905,7 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl
|
|||
break;
|
||||
}
|
||||
case DIV_SYSTEM_PCM_DAC: {
|
||||
supportsCustomRate=false;
|
||||
// default to 44100Hz 16-bit stereo
|
||||
int sampRate=flags.getInt("rate",44100);
|
||||
int bitDepth=flags.getInt("outDepth",15)+1;
|
||||
|
|
Loading…
Reference in a new issue