Add a log message when vkconfig is detected and warned about

This commit is contained in:
baldurk
2024-10-14 11:41:08 +01:00
parent 3bd65816cf
commit f0aecfbfa3
+2
View File
@@ -571,6 +571,8 @@ int main(int argc, char *argv[])
"strongly recommended that you disable it while using RenderDoc.\n\n"
"If this program is not active check the path below for any leftover files:\n\n%1")
.arg(fn));
qInfo() << "vkconfig detected and warned";
}
}