mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
* Improved PSF Loader: Now you can get the value of the PARAM.SFO entries directly with the GetString(key), GetInteger(key) methods. GameInfo related lines were removed since they have nothing to do with PSF files. * cellGame, cellSysutil, and GameViewer are modified because of the PSF Loader changes. * Removed unnecessary null pointer checks: https://github.com/DHrpcs3/rpcs3/issues/126 |
||
|---|---|---|
| .. | ||
| ELF.cpp | ||
| ELF.h | ||
| ELF32.cpp | ||
| ELF32.h | ||
| ELF64.cpp | ||
| ELF64.h | ||
| Loader.cpp | ||
| Loader.h | ||
| PKG.cpp | ||
| PKG.h | ||
| PSF.cpp | ||
| PSF.h | ||
| SELF.cpp | ||
| SELF.h | ||
| TROPUSR.cpp | ||
| TROPUSR.h | ||
| TRP.cpp | ||
| TRP.h | ||