mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
sceNp: don't preserve messages in sceNpBasicRecvMessageAttachment
This commit is contained in:
parent
ef56433684
commit
2a0e2ce0a2
1 changed files with 1 additions and 1 deletions
|
@ -1442,7 +1442,7 @@ error_code sceNpBasicRecvMessageAttachment(ppu_thread& ppu, sys_memory_container
|
|||
}
|
||||
|
||||
const u16 main_type = SCE_NP_BASIC_MESSAGE_MAIN_TYPE_DATA_ATTACHMENT;
|
||||
const u32 options = SCE_NP_BASIC_RECV_MESSAGE_OPTIONS_PRESERVE;
|
||||
const u32 options = 0;
|
||||
|
||||
return recv_message_gui(ppu, main_type, options);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue