mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 02:36:51 -07:00
Fix switch settings psn id regex
This commit is contained in:
parent
7cf370c70d
commit
e531a90d26
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class Settings
|
|||
const std::map<Settings::ConfigurationItem, std::regex> re_map = {
|
||||
{HOST_NAME, std::regex("^\\[\\s*(.+)\\s*\\]")},
|
||||
{HOST_ADDR, std::regex("^\\s*host_(?:ip|addr)\\s*=\\s*\"?((\\d+\\.\\d+\\.\\d+\\.\\d+)|([A-Za-z0-9-]{1,255}))\"?")},
|
||||
{PSN_ONLINE_ID, std::regex("^\\s*psn_online_id\\s*=\\s*\"?(\\w+)\"?")},
|
||||
{PSN_ONLINE_ID, std::regex("^\\s*psn_online_id\\s*=\\s*\"?([\\w_-]+)\"?")},
|
||||
{PSN_ACCOUNT_ID, std::regex("^\\s*psn_account_id\\s*=\\s*\"?([\\w/=+]+)\"?")},
|
||||
{RP_KEY, std::regex("^\\s*rp_key\\s*=\\s*\"?([\\w/=+]+)\"?")},
|
||||
{RP_KEY_TYPE, std::regex("^\\s*rp_key_type\\s*=\\s*\"?(\\d)\"?")},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue