NP: Cache Manager + improvements

This commit is contained in:
RipleyTom 2021-11-03 00:53:57 +01:00 committed by kd-11
parent 516cb959cb
commit d41e405420
17 changed files with 845 additions and 218 deletions

View file

@ -680,7 +680,7 @@ error_code sceNpBasicRegisterHandler(vm::cptr<SceNpCommunicationId> context, vm:
error_code sceNpBasicRegisterContextSensitiveHandler(vm::cptr<SceNpCommunicationId> context, vm::ptr<SceNpBasicEventHandler> handler, vm::ptr<void> arg)
{
sceNp.todo("sceNpBasicRegisterContextSensitiveHandler(context=*0x%x, handler=*0x%x, arg=*0x%x)", context, handler, arg);
sceNp.notice("sceNpBasicRegisterContextSensitiveHandler(context=*0x%x, handler=*0x%x, arg=*0x%x)", context, handler, arg);
auto& nph = g_fxo->get<named_thread<np::np_handler>>();