mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Misc NP fixes
This commit is contained in:
parent
f7fa5aab70
commit
4c36b80300
6 changed files with 33 additions and 6 deletions
|
|
@ -11,7 +11,7 @@ namespace np
|
|||
{
|
||||
memberbin_cache::memberbin_cache(const SceNpMatching2RoomMemberBinAttrInternal* sce_memberbin)
|
||||
{
|
||||
ensure(sce_memberbin && (sce_memberbin->data.ptr.get_ptr() || !sce_memberbin->data.size));
|
||||
ensure(sce_memberbin && (sce_memberbin->data.ptr || !sce_memberbin->data.size));
|
||||
|
||||
id = sce_memberbin->data.id;
|
||||
updateDate.tick = sce_memberbin->updateDate.tick;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue