Add option to override account creation
Adds the option to create an account in game, replacing the `NuPS3AddAccount` call, which contains a PS3 ticket, with a `NuAddAccount` call containing an email and password.
The overall flow of the account creation with the override enabled is:
```
-> Login
<- User not found
[Agree to TOS]
[Confirm empty signup form]
-> AddAccount
<- Account created
-> Login
<- lkey
-> GetPersonas
<- empty list
-> AddPersona
<- Persona created
-> LoginPersona
<- lkey
-> Theater login
...
```
合并状态:已合并 合并于 2023-10-20 关闭于 2023-10-20 0 条评论