From 2915a7bc14e9456654fb10f1551be15251331f6e Mon Sep 17 00:00:00 2001 From: "K.Ohta" Date: Mon, 23 Jan 2017 23:24:10 +0900 Subject: [PATCH] [CONFIG] Set defaults value of Sound:StrictRendering to "false". --- source/src/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/src/config.cpp b/source/src/config.cpp index 7e685de94..38ac6c2c7 100644 --- a/source/src/config.cpp +++ b/source/src/config.cpp @@ -106,7 +106,7 @@ void initialize_config() #elif defined(USE_SOUND_DEVICE_TYPE) config.sound_device_type = 0; #endif - config.sound_strict_rendering = true; + config.sound_strict_rendering = false; // input #ifdef _WIN32 -- 2.11.0