mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-03-17 02:34:51 +01:00
- cellFsStat now accepts mounting points in the path argument. - cellFsMkdir, cellFsRmdir, cellFsUnlink and cellFsRename are now using the real path provided by the VFS. - cellFsFtruncate, cellFsTruncate and cellFsFGetBlockSize are partially implemented. Note: I have spotted a bug in cellFsRename and cellFsRmdir (this has nothing to do with the changes I made), but I don't dare to fix it since I am not sure if I will break other functions with my solution. |
||
|---|---|---|
| .. | ||
| SC_Condition.cpp | ||
| SC_Event.cpp | ||
| SC_FileSystem.cpp | ||
| SC_GCM.cpp | ||
| SC_Heap.cpp | ||
| SC_Keyboard.cpp | ||
| SC_Lwmutex.cpp | ||
| SC_Memory.cpp | ||
| SC_Mouse.cpp | ||
| SC_Mutex.cpp | ||
| SC_Mutex.h | ||
| SC_Pad.cpp | ||
| SC_PPU_Thread.cpp | ||
| SC_Process.cpp | ||
| SC_Resc.cpp | ||
| SC_Semaphore.cpp | ||
| SC_SPU_Thread.cpp | ||
| SC_sys_spu.cpp | ||
| SC_SysUtil.cpp | ||
| SC_SysUtil_MsgDialog.cpp | ||
| SC_Time.cpp | ||
| SC_TTY.cpp | ||