mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
More layout work. Use GameDB titles on the top of the game screen.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user