mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Improved WASAPI driver logic when devices are connected or disconnected
This commit is contained in:
@@ -64,7 +64,7 @@ class AudioDriverWASAPI : public AudioDriver {
|
||||
|
||||
static void thread_func(void *p_udata);
|
||||
|
||||
Error init_device();
|
||||
Error init_device(bool reinit = false);
|
||||
Error finish_device();
|
||||
Error reopen();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user