1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-31 14:52:11 +01:00

[dxvk] Always consider env var configuration as active

Fixes #4529.
This commit is contained in:
Philip Rebohle 2024-12-15 16:50:02 +01:00
parent fb8f79e4a7
commit d1789c4d85

View File

@ -1501,6 +1501,8 @@ namespace dxvk {
}
if (!confLine.empty()) {
ctx.active = true;
// Inform the user that we parsing config from environment, might
// help when debugging configuration issues
Logger::info(str::format("Found config env: ", confLine));