rpcn: set default version to 2

This commit is contained in:
Megamouse 2026-03-10 16:26:56 +01:00
parent 3803c864f7
commit 9e573a9ff2

View file

@ -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", ""};