1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 16:54:52 +01:00

Upgrade platform_get_steam_dir()

This commit is contained in:
Gymnasiast
2022-01-10 13:28:23 +01:00
parent eb2b0c1537
commit 310ad1e400
11 changed files with 98 additions and 102 deletions

View File

@@ -42,11 +42,6 @@ float platform_get_default_scale()
return displayScale;
}
bool platform_get_steam_path(utf8* outPath, size_t outSize)
{
return false;
}
AndroidClassLoader::AndroidClassLoader()
{
log_info("Obtaining JNI class loader");