Draft socketselect, other minor fixes

This commit is contained in:
Raul Tambre 2015-07-15 16:21:41 +03:00
parent 82733e1943
commit 6beec80b60
6 changed files with 129 additions and 75 deletions

View file

@ -231,7 +231,7 @@ s32 sceNpTrophyRegisterContext(PPUThread& CPU, u32 context, u32 handle, vm::ptr<
s32 sceNpTrophyGetRequiredDiskSpace(u32 context, u32 handle, vm::ptr<u64> reqspace, u64 options)
{
sceNpTrophy.Error("sceNpTrophyGetRequiredDiskSpace(context=0x%x, handle=0x%x, reqspace*=0x%x, options=0x%llx)", context, handle, reqspace, options);
sceNpTrophy.Todo("sceNpTrophyGetRequiredDiskSpace(context=0x%x, handle=0x%x, reqspace*=0x%x, options=0x%llx)", context, handle, reqspace, options);
const auto ctxt = Emu.GetIdManager().get<trophy_context_t>(context);