mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-08 16:05:56 +00:00
overlays: add friends list to home menu
This commit is contained in:
parent
73fe420d09
commit
0a57c459b6
17 changed files with 858 additions and 29 deletions
|
|
@ -768,7 +768,7 @@ namespace np
|
|||
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();
|
||||
const std::string s_npid = g_cfg_rpcn.get_npid();
|
||||
ensure(!s_npid.empty()); // It should have been generated before this
|
||||
|
||||
string_to_npid(s_npid, npid);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue