mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 11:45:18 +02:00
Settings and dev settings: Preserve the current tab. Minor UI tweaks.
This commit is contained in:
@@ -81,6 +81,9 @@ static std::string PostShaderTranslateName(std::string_view value) {
|
||||
}
|
||||
}
|
||||
|
||||
DeveloperToolsScreen::DeveloperToolsScreen(const Path &gamePath)
|
||||
: UITabbedBaseDialogScreen(gamePath, &g_Config.iDeveloperSettingsCurrentTab, TabDialogFlags::AddAutoTitles) {}
|
||||
|
||||
void DeveloperToolsScreen::CreateTextureReplacementTab(UI::LinearLayout *list) {
|
||||
using namespace UI;
|
||||
auto dev = GetI18NCategory(I18NCat::DEVELOPER);
|
||||
|
||||
Reference in New Issue
Block a user