mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 11:45:18 +02:00
Remove the title from the "Rotation" popup button. Fixes #17201
This commit is contained in:
@@ -274,6 +274,7 @@ void DisplayLayoutScreen::CreateViews() {
|
||||
rotation->SetEnabledFunc([] {
|
||||
return !g_Config.bSkipBufferEffects || g_Config.bSoftwareRendering;
|
||||
});
|
||||
rotation->SetHideTitle(true);
|
||||
rightColumn->Add(rotation);
|
||||
|
||||
Choice *center = new Choice(di->T("Reset"));
|
||||
|
||||
Reference in New Issue
Block a user