yuzu: Fix language comobox crash

This commit is contained in:
german77
2023-01-22 01:35:28 -06:00
parent 380dcde154
commit a436467152
4 changed files with 21 additions and 8 deletions

View File

@ -69,4 +69,7 @@ void SetColoredComboBox(QComboBox* combobox, QWidget* target, int global);
// Adds the "Use Global Configuration" selection and separator to the beginning of a QComboBox
void InsertGlobalItem(QComboBox* combobox, int global_index);
// Returns the correct index of a QComboBox taking into account global configuration
int GetComboboxIndex(int global_setting_index, const QComboBox* combobox);
} // namespace ConfigurationShared