Fix startup warning - Property not found: `audio/output_latency`
This commit is contained in:
parent
60e0f8b626
commit
84c2c3fcba
|
@ -499,7 +499,7 @@ Error AudioDriverWASAPI::finish_capture_device() {
|
|||
Error AudioDriverWASAPI::init() {
|
||||
mix_rate = GLOBAL_GET("audio/driver/mix_rate");
|
||||
|
||||
target_latency_ms = GLOBAL_GET("audio/output_latency");
|
||||
target_latency_ms = GLOBAL_GET("audio/driver/output_latency");
|
||||
|
||||
Error err = init_render_device();
|
||||
if (err != OK) {
|
||||
|
|
Loading…
Reference in New Issue