rpcn: set default version to 2
This commit is contained in:
@@ -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", ""};
|
||||||
|
|||||||
Reference in New Issue
Block a user