1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 23:04:36 +01:00

Close #22470: Set default paths for rct1/rct2 saves on Android

This commit is contained in:
Harry Hopkinson
2024-09-29 12:06:05 +01:00
committed by GitHub
parent 4c7d5e70c7
commit e3dc02441a
7 changed files with 67 additions and 22 deletions

View File

@@ -333,6 +333,16 @@ namespace OpenRCT2::Platform
return u8"Rollercoaster Tycoon 2";
}
std::vector<std::string_view> GetSearchablePathsRCT1()
{
return {};
}
std::vector<std::string_view> GetSearchablePathsRCT2()
{
return {};
}
# ifndef NO_TTF
std::string GetFontPath(const TTFFontDescriptor& font)
{