Add 2-stage startup for mobile init so there's less black screen

This commit is contained in:
elasota
2020-11-25 15:09:31 -05:00
parent 5c640b72eb
commit 3c3f9e3675
11 changed files with 377 additions and 88 deletions

View File

@@ -265,6 +265,11 @@ bool GpSystemServices_Android::IsTextInputObstructive() const
return true;
}
bool GpSystemServices_Android::IsFullscreenPreferred() const
{
return true;
}
unsigned int GpSystemServices_Android::GetCPUCount() const
{
return SDL_GetCPUCount();