mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 06:21:26 +12:00
Fix weird cmp in np_handler.cpp
This commit is contained in:
parent
067ea68979
commit
236e32fb3d
1 changed files with 1 additions and 1 deletions
|
@ -1073,7 +1073,7 @@ namespace np
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (basic_handler.context_sensitive && !pr_info.pr_com_id.data[0] == 0)
|
if (basic_handler.context_sensitive && pr_info.online)
|
||||||
{
|
{
|
||||||
to_add.event = SCE_NP_BASIC_EVENT_OUT_OF_CONTEXT;
|
to_add.event = SCE_NP_BASIC_EVENT_OUT_OF_CONTEXT;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue