There was an error while loading. Please reload this page.
1 parent 3803c86 commit 9e573a9Copy full SHA for 9e573a9
1 file changed
rpcs3/Emu/NP/rpcn_config.h
@@ -4,7 +4,7 @@
4
5
struct cfg_rpcn : cfg::node
6
{
7
- cfg::uint32 version{this, "Version", 1};
+ cfg::uint32 version{this, "Version", 2};
8
cfg::string host{this, "Host", "np.rpcs3.net"};
9
cfg::string npid{this, "NPID", ""};
10
cfg::string password{this, "Password", ""};
0 commit comments