Skip to content

Commit

Permalink
Merge Add new valid Epic installation path (pr-2730)
Browse files Browse the repository at this point in the history
99c5e96 - tweak(gameselect): add new valid Epic installation path
  • Loading branch information
prikolium-cfx committed Sep 9, 2024
2 parents 2cf92fc + 99c5e96 commit 33bba1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/client/launcher/GameSelect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ std::optional<int> EnsureGamePath()
#if defined(GTA_FIVE)
{ L"InstallFolderSteam", L"SOFTWARE\\WOW6432Node\\Rockstar Games\\GTAV", 5 },
{ L"InstallFolderEpic", L"SOFTWARE\\Rockstar Games\\Grand Theft Auto V", 0 },
{ L"InstallFolderEpic", L"SOFTWARE\\WOW6432Node\\Rockstar Games\\Grand Theft Auto V", 0 },
#elif defined(IS_RDR3)
{ L"InstallFolderSteam", L"SOFTWARE\\WOW6432Node\\Rockstar Games\\Red Dead Redemption 2", strlen("Red Dead Redemption 2") },
#elif defined(GTA_NY)
Expand Down

0 comments on commit 33bba1c

Please sign in to comment.