mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
_sys_heap*, _sys_malloc+, _sys_strcmp implemented
This commit is contained in:
parent
614cb88116
commit
469926c5e1
3 changed files with 117 additions and 73 deletions
|
|
@ -665,7 +665,7 @@ void fsAio(vm::ptr<CellFsAio> aio, bool write, s32 xid, fs_aio_cb_t func)
|
|||
}
|
||||
|
||||
// should be executed directly by FS AIO thread
|
||||
Emu.GetCallbackManager().Async([func, aio, error, xid, result](PPUThread& CPU)
|
||||
Emu.GetCallbackManager().Async([=](PPUThread& CPU)
|
||||
{
|
||||
func(CPU, aio, error, xid, result);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue