mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
ARM64: Remove "EXPERIMENTAL" warning text on the title screen, it pretty much works
This commit is contained in:
parent
47f68ae3a3
commit
db528c2aaa
1 changed files with 0 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue