diff --git a/GloSC/GloSC.ui b/GloSC/GloSC.ui index 7688f4f..22ca55a 100644 --- a/GloSC/GloSC.ui +++ b/GloSC/GloSC.ui @@ -258,7 +258,8 @@ Hook Steam -Enforces bindings by hooking into Steam +Enforces bindings reliably by hooking into Steam + true diff --git a/SteamTarget/SteamTargetRenderer.cpp b/SteamTarget/SteamTargetRenderer.cpp index 983e921..61de0f9 100644 --- a/SteamTarget/SteamTargetRenderer.cpp +++ b/SteamTarget/SteamTargetRenderer.cpp @@ -118,7 +118,7 @@ void SteamTargetRenderer::RunSfWindowLoop() //Causes trouble as soon as there is more than the consoleWindow and the overlayWindow //This is trying to avoid hooking Steam.exe //---- - //alternatively, we can just hook steam and make our lives so much easier + //alternatively / additionaly, we can just hook steam and make our lives so much easier //we inject and hook here to spare IPC and let the dll grab the steam appID of the launched process when the config switches (config switches w/ focus) if (focusSwitchNeeded) {