mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-20 22:05:06 +00:00
rpcn: set default version to 2
This commit is contained in:
parent
3803c864f7
commit
9e573a9ff2
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
struct cfg_rpcn : cfg::node
|
||||
{
|
||||
cfg::uint32 version{this, "Version", 1};
|
||||
cfg::uint32 version{this, "Version", 2};
|
||||
cfg::string host{this, "Host", "np.rpcs3.net"};
|
||||
cfg::string npid{this, "NPID", ""};
|
||||
cfg::string password{this, "Password", ""};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue