mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-06 00:30:18 +01:00
* Fix race condition in PUP installation abortion. * Fix freezes of emulator in case the PUP installation failed due to filesystem errors. * Use fs::create_path as opposed to fs::create_dir as it is can create upper directories in case they are missing and is better in error handling. * Report TAR errors on failure to create directories. * Fix pup_object constructor to not crash on invalid PUP file header. (report an error) * Fix pup_object::validate_hashes to not crash on invalid PUP file entries. (report an error) * Do not call Qt functions inside a named_thread because it is wrong. |
||
|---|---|---|
| .. | ||
| ELF.cpp | ||
| ELF.h | ||
| mself.hpp | ||
| PSF.cpp | ||
| PSF.h | ||
| PUP.cpp | ||
| PUP.h | ||
| TAR.cpp | ||
| TAR.h | ||
| TROPUSR.cpp | ||
| TROPUSR.h | ||
| TRP.cpp | ||
| TRP.h | ||