There was an error while loading. Please reload this page.
1 parent 452ba0d commit 37057d3Copy full SHA for 37057d3
2 files changed
…osTheory.WidescreenFix/system/alsoft.ini …osTheory.WidescreenFix/System/alsoft.inidata/SplinterCellChaosTheory.WidescreenFix/system/alsoft.ini renamed to data/SplinterCellChaosTheory.WidescreenFix/System/alsoft.ini
source/SplinterCellChaosTheory.WidescreenFix/dllmain.cpp
@@ -270,7 +270,7 @@ void InitGameOverlayRenderer()
270
if (steamPid)
271
{
272
auto steamPath = GetModulePath(GetModuleHandleW(L"GameOverlayRenderer.dll")).parent_path();
273
- auto exePath = steamPath / L"GameOverlayUI.exe";
+ auto exePath = steamPath / L"gameoverlayui64.exe";
274
std::wstring args = L" -steampid " + std::to_wstring(steamPid) + L" -pid " + std::to_wstring(GetCurrentProcessId()) + L" -gameid " + L"13570" + L" -manuallyclearframes 0";
275
276
SHELLEXECUTEINFOW sei = { sizeof(sei) };
0 commit comments