mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-10 23:45:16 +01:00
rpcn: set default version to 2
This commit is contained in:
parent
c3aef0ca53
commit
819f1439a7
|
|
@ -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…
Reference in a new issue