Skip to content

Commit

Permalink
patches: sigh.. use the correct game id
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll committed Jan 17, 2025
1 parent 8dc8593 commit d81aae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/game-patches/vgsoh.patch
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ index f4f9d14518f..69005607224 100644
+ DWORD size = GetEnvironmentVariableA(L"SteamGameId", str, sizeof(str));
+
+ if (size > 0) {
+ if (wcscmp(str, L"244210") == 0) {
+ if (wcscmp(str, L"218210") == 0) {
+ SIZE_T len = wcslen(dir);
+
+ if (len > 0 && dir[len - 1] == '.') {
Expand Down

0 comments on commit d81aae6

Please sign in to comment.