mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Fix sceNpUtilCmpNpId
This commit is contained in:
parent
8214425a3c
commit
5692c3de04
2 changed files with 14 additions and 13 deletions
|
|
@ -137,6 +137,7 @@ void np_handler::init_NP(u32 poolsize, vm::ptr<void> poolptr)
|
|||
ASSERT(s_npid != ""); // It should be generated in settings window if empty
|
||||
|
||||
strcpy_trunc(npid.handle.data, s_npid);
|
||||
npid.reserved[0] = 1;
|
||||
}
|
||||
|
||||
switch (g_cfg.net.psn_status)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue