mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-08-26 16:17:01 +00:00
Fix the default MainDllPath
This commit is contained in:
@@ -1620,7 +1620,7 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserv
|
||||
|
||||
// Main Opti DLL path
|
||||
if (!Config::Instance()->MainDllPath.has_value())
|
||||
Config::Instance()->MainDllPath.set_volatile_value(Util::ExePath().parent_path() / L".");
|
||||
Config::Instance()->MainDllPath.set_volatile_value(Util::ExePath().parent_path() / L"OptiScaler");
|
||||
|
||||
if (!Config::Instance()->PluginPath.has_value())
|
||||
Config::Instance()->PluginPath.set_volatile_value(
|
||||
|
||||
Reference in New Issue
Block a user