ARM64: Remove "EXPERIMENTAL" warning text on the title screen, it pretty much works

This commit is contained in:
Henrik Rydgard 2015-07-16 00:33:38 +02:00
parent 47f68ae3a3
commit db528c2aaa

View file

@ -450,10 +450,6 @@ void LogoScreen::render() {
#ifdef _WIN32
dc.DrawText(screenManager()->getThin3DContext()->GetInfoString(T3DInfo::APINAME), bounds.centerX(), bounds.y2() - 100, colorAlpha(0xFFFFFFFF, alphaText), ALIGN_CENTER);
#elif defined(ARM64)
dc.SetFontScale(2.0f, 2.0f);
dc.DrawText("EXPERIMENTAL ARM64 BUILD", bounds.centerX(), bounds.y2() - 100, colorAlpha(0xFF3030FF, alphaText), ALIGN_CENTER);
dc.SetFontScale(1.0f, 1.0f);
#endif
dc.End();