output: moved audioDeviceStates to audio_output.enabled
This commit is contained in:
@@ -40,6 +40,11 @@ struct audio_output {
|
||||
*/
|
||||
void *data;
|
||||
|
||||
/**
|
||||
* Has the user enabled this device?
|
||||
*/
|
||||
bool enabled;
|
||||
|
||||
/**
|
||||
* Is the device (already) open and functional?
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user