1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +01:00

Update Steam path detection for Linux (#21948)

* Update Steam path detection for Linux

As Steam now uses Proton to install Windows version natively, update
paths so they get found automatically

* Use new Steam path detection on Linux only

This restores Steam path detection on macOS as it doesn't have Proton
This commit is contained in:
Michał Janiszewski
2024-05-02 15:05:22 +02:00
committed by GitHub
parent 9f69b532b1
commit 4e8f578075
4 changed files with 39 additions and 13 deletions

View File

@@ -151,6 +151,16 @@ namespace Platform
return {};
}
u8string GetRCT1SteamDir()
{
return {};
}
u8string GetRCT2SteamDir()
{
return {};
}
# ifndef NO_TTF
std::string GetFontPath(const TTFFontDescriptor& font)
{