Hide the wave writer device if no output file is set
This commit is contained in:
@@ -337,6 +337,9 @@ void alc_wave_deinit(void)
|
||||
|
||||
void alc_wave_probe(int type)
|
||||
{
|
||||
if(*(GetConfigValue("wave", "file", "")) == 0)
|
||||
return;
|
||||
|
||||
if(type == DEVICE_PROBE)
|
||||
AppendDeviceList(waveDevice);
|
||||
else if(type == ALL_DEVICE_PROBE)
|
||||
|
||||
Reference in New Issue
Block a user