mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
SC_Lwmutex
This commit is contained in:
parent
d65647acf3
commit
6fb1a67a83
7 changed files with 264 additions and 108 deletions
|
@ -175,8 +175,8 @@ void fsAioRead(u32 fd, mem_ptr_t<CellFsAio> aio, int xid, mem_func_ptr_t<void (*
|
|||
}
|
||||
|
||||
//start callback thread
|
||||
if(func)
|
||||
func.async(aio.GetAddr(), error, xid, res);
|
||||
//if(func)
|
||||
//func.async(aio.GetAddr(), error, xid, res);
|
||||
|
||||
ConLog.Warning("*** fsAioRead(fd=%d, offset=0x%llx, buf_addr=0x%x, size=%d, res=%d, xid=%d [%s])",
|
||||
fd, (u64)aio->offset, buf_addr, (u64)aio->size, res, xid, path.c_str());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue