Skip to content

Commit

Permalink
tweak(gameselect): add new valid Epic installation path
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathu-lmn authored Aug 19, 2024
1 parent 705cd79 commit 5109b5d
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 5109b5d

Please sign in to comment.