mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-02 04:29:14 +01:00
[util] Add log message when loading a configuration file
This commit is contained in:
parent
747264213c
commit
55632c6b61
@ -190,6 +190,10 @@ namespace dxvk {
|
|||||||
if (!stream)
|
if (!stream)
|
||||||
return config;
|
return config;
|
||||||
|
|
||||||
|
// Inform the user that we loaded a file, might
|
||||||
|
// help when debugging configuration issues
|
||||||
|
Logger::info(str::format("Found config file: ", filePath));
|
||||||
|
|
||||||
// Parse the file line by line
|
// Parse the file line by line
|
||||||
std::string line;
|
std::string line;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user