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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user