mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
DolphinQt: Added checkbox to filter out NetPlay sessions that are already in-game.
This commit is contained in:
@ -54,6 +54,7 @@ private:
|
||||
QLineEdit* m_edit_name;
|
||||
QLineEdit* m_edit_game_id;
|
||||
QCheckBox* m_check_hide_incompatible;
|
||||
QCheckBox* m_check_hide_ingame;
|
||||
|
||||
QRadioButton* m_radio_all;
|
||||
QRadioButton* m_radio_private;
|
||||
|
Reference in New Issue
Block a user