mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 20:20:05 +00:00
Add Kernel::EventPair audio_input_device_switch_event;
This commit is contained in:
parent
1449ed9dbf
commit
84815fa879
@ -302,6 +302,7 @@ private:
|
|||||||
|
|
||||||
u32_le revision = 0;
|
u32_le revision = 0;
|
||||||
Kernel::EventPair buffer_event;
|
Kernel::EventPair buffer_event;
|
||||||
|
Kernel::EventPair audio_input_device_switch_event;
|
||||||
Kernel::EventPair audio_output_device_switch_event;
|
Kernel::EventPair audio_output_device_switch_event;
|
||||||
|
|
||||||
}; // namespace Audio
|
}; // namespace Audio
|
||||||
|
Loading…
Reference in New Issue
Block a user