|
|
|
@ -25,6 +25,7 @@
|
|
|
|
|
#include "yuzu/configuration/configure_ui.h"
|
|
|
|
|
#include "yuzu/configuration/configure_web.h"
|
|
|
|
|
#include "yuzu/hotkeys.h"
|
|
|
|
|
#include "yuzu/uisettings.h"
|
|
|
|
|
|
|
|
|
|
ConfigureDialog::ConfigureDialog(QWidget* parent, HotkeyRegistry& registry,
|
|
|
|
|
InputCommon::InputSubsystem* input_subsystem,
|
|
|
|
@ -169,6 +170,8 @@ void ConfigureDialog::PopulateSelectionList() {
|
|
|
|
|
|
|
|
|
|
void ConfigureDialog::OnLanguageChanged(const QString& locale) {
|
|
|
|
|
emit LanguageChanged(locale);
|
|
|
|
|
// Reloading the game list is needed to force retranslation.
|
|
|
|
|
UISettings::values.is_game_list_reload_pending = true;
|
|
|
|
|
// first apply the configuration, and then restore the display
|
|
|
|
|
ApplyConfiguration();
|
|
|
|
|
RetranslateUI();
|
|
|
|
|