porg
Active Member
PCSX ReARMed - Package Details - repo.openpandora.org Repository of Software for the Open Pandora open source console - Games | Apps | Emulators
Repository of Software for the Open Pandora open source console. Upload, Download, Comment, Rate.
Changes in r23:
* many fixes from various contributors on github and from the libretro fork
* dynarec related slowdowns have been greatly reduced
* many dynarec bug fixes
+ added chd disk image support
Note: I'm not the author, just a user of it. But I though I announce it here too.
Post automatically merged:
I replaced BIN/CUE and IMG sets with CHD sets. First observations:
- ROMs still launch.
- Saved system-states from the same ROM (which previously existed in another format) still load fine. Great, the abstraction seems to work fine! To the emulated machine it's the same RAM content (from the same state file) and the same ROM disk (not from CHD instead of BIN/CUE). Nevertheless amazing to see that this worked so frictionless!
- Other than that no testing/experiences. Further observations welcome!