mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 14:54:30 +01:00
Autodetect Steam installs of RCT Classic
This commit is contained in:
committed by
GitHub
parent
3721dbdffa
commit
7fbbd0d2a5
@@ -371,6 +371,11 @@ namespace OpenRCT2::Platform
|
||||
return u8"Rollercoaster Tycoon 2";
|
||||
}
|
||||
|
||||
u8string GetRCTClassicSteamDir()
|
||||
{
|
||||
return u8"RollerCoaster Tycoon Classic";
|
||||
}
|
||||
|
||||
std::vector<std::string_view> GetSearchablePathsRCT1()
|
||||
{
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user