We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573799a commit 7befaeaCopy full SHA for 7befaea
UnleashedRecomp/main.cpp
@@ -213,6 +213,8 @@ int main(int argc, char *argv[])
213
}
214
215
216
+ Config::Load();
217
+
218
if (foceInstallationCheck)
219
{
220
Journal journal;
@@ -263,8 +265,6 @@ int main(int argc, char *argv[])
263
265
std::_Exit(int(journal.lastResult));
264
266
267
- Config::Load();
-
268
#if defined(_WIN32) && defined(UNLEASHED_RECOMP_D3D12)
269
for (auto& dll : g_D3D12RequiredModules)
270
0 commit comments