[DivaSound] Expose period size instead of buffer size (not backwards-compatible)

This commit is contained in:
nastys
2021-09-01 00:00:56 +02:00
parent e55c47abe4
commit 76e11cb465
2 changed files with 5 additions and 5 deletions
@@ -339,7 +339,7 @@ void loadConfig()
if (bitDepth != 32 && bitDepth != 24) bitDepth = 16;
requestBuffer = GetPrivateProfileIntW(L"buffer", L"buffer_size", 10, CONFIG_FILE);
requestBuffer = GetPrivateProfileIntW(L"buffer", L"period_size", 10, CONFIG_FILE);
if (requestBuffer < 0) requestBuffer = 0;