yuzu: Automatically refresh device list

This commit is contained in:
german77
2022-12-23 09:22:18 -06:00
committed by Narr the Reg
parent 1b11e0f0d3
commit c3a5522830
3 changed files with 11 additions and 23 deletions

View File

@ -119,6 +119,9 @@ private:
/// Handle key press events.
void keyPressEvent(QKeyEvent* event) override;
/// Handle combobox list refresh
bool eventFilter(QObject* object, QEvent* event) override;
/// Update UI to reflect current configuration.
void UpdateUI();