rpcsx/rpcs3/Emu/SysCalls/Modules
Alexandro Sánchez Bach 20665b9f89 Improved sys_fs module
- 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.
2013-09-18 23:50:00 +02:00
..
cellGcmSys.cpp OpenGL renderer: 2013-08-26 17:18:59 +03:00
cellGifDec.cpp Minor issues fixed 2013-09-14 22:47:59 +02:00
cellJpgDec.cpp Minor issues fixed 2013-09-14 22:47:59 +02:00
cellPngDec.cpp Minor issues fixed 2013-09-14 22:47:59 +02:00
cellResc.cpp OpenGL renderer: 2013-08-26 17:18:59 +03:00
cellSysmodule.cpp - Implemented HDD manager. 2013-08-03 12:40:03 +03:00
cellSysutil.cpp Keybord support Added 2013-09-11 22:49:49 +02:00
sys_fs.cpp Improved sys_fs module 2013-09-18 23:50:00 +02:00
sys_io.cpp Mouse support added 2013-09-14 20:20:57 +02:00
sysPrxForUser.cpp - Implemented HDD manager. 2013-08-03 12:40:03 +03:00