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:
committed by
GitHub
parent
9f69b532b1
commit
4e8f578075
@@ -151,6 +151,16 @@ namespace Platform
|
||||
return {};
|
||||
}
|
||||
|
||||
u8string GetRCT1SteamDir()
|
||||
{
|
||||
return {};
|
||||
}
|
||||
|
||||
u8string GetRCT2SteamDir()
|
||||
{
|
||||
return {};
|
||||
}
|
||||
|
||||
# ifndef NO_TTF
|
||||
std::string GetFontPath(const TTFFontDescriptor& font)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user