NetworkCaptureLogger: Add GameCube BBA support

This commit is contained in:
Sepalani
2022-07-10 23:17:46 +04:00
parent 6e09b13ce3
commit 76fe7b6497
7 changed files with 37 additions and 2 deletions

View File

@ -58,5 +58,6 @@ private:
QCheckBox* m_dump_root_ca_checkbox;
QCheckBox* m_dump_peer_cert_checkbox;
QCheckBox* m_verify_certificates_checkbox;
QCheckBox* m_dump_bba_checkbox;
QPushButton* m_open_dump_folder;
};