mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
* Fix header magic test. * Rewrite code to not use so many filesystem calls. * Add many more error checks. * Add missing NUL filetype. * octalToDecimal(header.size) has been fixed to use fixed 12 characters range instead of endless string. * Add many optimizations. * Fix possible signed overflows with int, use the unisgned u64 type instead which allows for greater files as well. * Log errors. |
||
|---|---|---|
| .. | ||
| ELF.cpp | ||
| ELF.h | ||
| mself.cpp | ||
| mself.hpp | ||
| PSF.cpp | ||
| PSF.h | ||
| PUP.cpp | ||
| PUP.h | ||
| TAR.cpp | ||
| TAR.h | ||
| TROPUSR.cpp | ||
| TROPUSR.h | ||
| TRP.cpp | ||
| TRP.h | ||