Skip to content

Commit 9e573a9

Browse files
committed
rpcn: set default version to 2
1 parent 3803c86 commit 9e573a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rpcs3/Emu/NP/rpcn_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
struct cfg_rpcn : cfg::node
66
{
7-
cfg::uint32 version{this, "Version", 1};
7+
cfg::uint32 version{this, "Version", 2};
88
cfg::string host{this, "Host", "np.rpcs3.net"};
99
cfg::string npid{this, "NPID", ""};
1010
cfg::string password{this, "Password", ""};

0 commit comments

Comments
 (0)