mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
Fix rpcn config reset
This commit is contained in:
parent
5c0113ce59
commit
195de818b6
1 changed files with 1 additions and 0 deletions
|
@ -677,6 +677,7 @@ namespace np
|
||||||
|
|
||||||
if (g_cfg.net.psn_status >= np_psn_status::psn_fake)
|
if (g_cfg.net.psn_status >= np_psn_status::psn_fake)
|
||||||
{
|
{
|
||||||
|
g_cfg_rpcn.load(); // Ensures config is loaded even if rpcn is not running for simulated
|
||||||
std::string s_npid = g_cfg_rpcn.get_npid();
|
std::string s_npid = g_cfg_rpcn.get_npid();
|
||||||
ensure(!s_npid.empty()); // It should have been generated before this
|
ensure(!s_npid.empty()); // It should have been generated before this
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue