mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 15:36:26 +00:00
sceNp: correct type for data attachment
This commit is contained in:
parent
2a0e2ce0a2
commit
e5cfe710fa
3 changed files with 34 additions and 14 deletions
|
|
@ -391,6 +391,13 @@ namespace extra_nps
|
|||
}
|
||||
}
|
||||
|
||||
void print_SceNpBasicAttachmentData(const SceNpBasicAttachmentData* data)
|
||||
{
|
||||
sceNp.warning("SceNpBasicAttachmentData:");
|
||||
sceNp.warning("id: 0x%x", data->id);
|
||||
sceNp.warning("size: %d", data->size);
|
||||
}
|
||||
|
||||
void print_SceNpBasicExtendedAttachmentData(const SceNpBasicExtendedAttachmentData* data)
|
||||
{
|
||||
sceNp.warning("SceNpBasicExtendedAttachmentData:");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue