Add default support for WiiLink + configuration

This commit is contained in:
Sketch
2023-06-07 21:11:05 -04:00
parent 63090d411d
commit f9f8e94e30
20 changed files with 473 additions and 25 deletions

View File

@ -51,6 +51,7 @@ private:
QCheckBox* m_screensaver_checkbox;
QCheckBox* m_pal60_mode_checkbox;
QCheckBox* m_connect_keyboard_checkbox;
QCheckBox* m_wiilink_checkbox;
QComboBox* m_system_language_choice;
QLabel* m_system_language_choice_label;
QComboBox* m_aspect_ratio_choice;