mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Fixed errors, improvements
cellSync review, MFC channel AtomicStat added, draft implementation of MFC_GETLLAR_CMD, MFC_PUTLLC_CMD etc, memory allocating hacks for alignment.
This commit is contained in:
parent
76695a97b9
commit
1be7454bc4
8 changed files with 142 additions and 41 deletions
|
|
@ -95,6 +95,7 @@ int cellFsOpen(u32 path_addr, int flags, mem32_t fd, mem32_t arg, u64 size)
|
|||
}
|
||||
|
||||
fd = sys_fs.GetNewId(stream, flags);
|
||||
sys_fs.Warning("cellFsOpen(path: %s): fd == %d", path.mb_str(), fd.GetValue());
|
||||
|
||||
return CELL_OK;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue