mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01: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 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);
|
return recv_message_gui(ppu, main_type, options);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue