[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 c9f6e65b9b
commit 24807d8d75

View file

@ -1496,6 +1496,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));