More layout work. Use GameDB titles on the top of the game screen.

This commit is contained in:
Henrik Rydgård
2025-11-11 11:22:10 +01:00
parent 66c2045d35
commit 09d195c9ef
7 changed files with 92 additions and 33 deletions
+1 -1
View File
@@ -532,7 +532,7 @@ void AnalogCalibrationScreen::axis(const AxisInput &axis) {
std::string_view AnalogCalibrationScreen::GetTitle() const {
auto co = GetI18NCategory(I18NCat::CONTROLS);
return co->T("Analog Settings");
return co->T("Calibrate analog stick");
}
void AnalogCalibrationScreen::CreateSettingsViews(UI::LinearLayout *scrollContents) {