Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tweak: Attempt to help UI consistency #688

Closed
wants to merge 8 commits into from
Closed
3 changes: 2 additions & 1 deletion Code/immersive_launcher/steam/SteamLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ void Load(const fs::path& aGameDir)
AddDllDirectory(steamPath.c_str());

fs::path clientPath = steamPath / kSteamDllName;
LoadLibraryW(clientPath.c_str());
// game exe should load steam itself
//LoadLibraryW(clientPath.c_str());
}
} // namespace steam
Loading