mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
PS4 Firmware 8.0 Compatibility (Fix #328)
This commit is contained in:
parent
f1071f31b6
commit
4dac2253df
20 changed files with 1273 additions and 136 deletions
|
@ -41,9 +41,10 @@ class RegistDialog : public QDialog
|
|||
|
||||
QLineEdit *host_edit;
|
||||
QCheckBox *broadcast_check_box;
|
||||
QRadioButton *psn_online_id_radio_button;
|
||||
QRadioButton *ps4_pre9_radio_button;
|
||||
QRadioButton *ps4_pre10_radio_button;
|
||||
QRadioButton *ps4_10_radio_button;
|
||||
QLineEdit *psn_online_id_edit;
|
||||
QRadioButton *psn_account_id_radio_button;
|
||||
QLineEdit *psn_account_id_edit;
|
||||
QLineEdit *pin_edit;
|
||||
QDialogButtonBox *button_box;
|
||||
|
@ -51,6 +52,8 @@ class RegistDialog : public QDialog
|
|||
|
||||
RegisteredHost registered_host;
|
||||
|
||||
bool NeedAccountId();
|
||||
|
||||
private slots:
|
||||
void ValidateInput();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue