mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 08:14:38 +01:00
Upgrade platform_get_default_scale()
This commit is contained in:
@@ -137,6 +137,13 @@ namespace Platform
|
||||
sanitised = String::Trim(sanitised);
|
||||
return sanitised;
|
||||
}
|
||||
|
||||
#ifndef __ANDROID__
|
||||
float GetDefaultScale()
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
#endif
|
||||
} // namespace Platform
|
||||
|
||||
GamePalette gPalette;
|
||||
@@ -208,13 +215,6 @@ void platform_sleep(uint32_t ms)
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifndef __ANDROID__
|
||||
float platform_get_default_scale()
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
#endif
|
||||
|
||||
void core_init()
|
||||
{
|
||||
static bool initialised = false;
|
||||
|
||||
Reference in New Issue
Block a user