mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 13:37:51 -05:00
yuzu: Automatically refresh device list
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user