mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-08 08:05:06 -06:00
rpcn: set default version to 2
This commit is contained in:
parent
3803c864f7
commit
9e573a9ff2
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
struct cfg_rpcn : cfg::node
|
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 host{this, "Host", "np.rpcs3.net"};
|
||||||
cfg::string npid{this, "NPID", ""};
|
cfg::string npid{this, "NPID", ""};
|
||||||
cfg::string password{this, "Password", ""};
|
cfg::string password{this, "Password", ""};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user