mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 12:32:43 +00:00
sceNp: don't preserve messages in sceNpBasicRecvMessageAttachment
This commit is contained in:
parent
ef56433684
commit
2a0e2ce0a2
@ -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…
x
Reference in New Issue
Block a user