More actions
PCSX-ReARMed | |
---|---|
General | |
Author | rock88 |
Type | Console |
Version | 0.0.2 |
License | GPL-2.0 |
Last Updated | 2018/07/28 |
Links | |
Download | |
Website | |
Source | |
This is a quick port of PCSX-ReARMed, currently it works with interpreter about half speed (maybe more), no sound, no menu. Port based on libnx.
PCSX ReARMed is yet another PCSX fork based on the PCSX-Reloaded project, which itself contains code from PCSX, PCSX-df and PCSX-Revolution. This version is ARM architecture oriented and features MIPS->ARM recompiler by Ari64, NEON GTE code and more performance improvements. It was created for Pandora handheld, but should be usable on other devices after some code adjustments (N900, GPH Wiz/Caanoo, PlayBook versions are also available).
PCSX ReARMed features ARM NEON GPU by Exophase, that in many cases produces pixel perfect graphics at very high performance. There is also Una-i's GPU plugin from PCSX4ALL project, and traditional P.E.Op.S. one.
Features
- Full screen image output.
- Controls.
- Memcard saves.
- FPS meter (but it bound with screen updates so with frameskip = 1 it may display not real emulation speed value).
Installation
Download & unpack zip, put pcsx_rearmed folder to sdmc:/switch/ (path to nro should be sdmc:/switch/pcsx_rearmed/pcsx_rearmed.nro).
Place game images to pcsx_rearmed folder, then manually edit pcsx_rearmed.cfg file
game = test.bin; // just replace 'test.bin' with image name here frameskip = 0; // 0 or 1
Changelog
v0.0.2
- Set frameskip to 1.
- Add zip option in Makefile.
v0.0.1
- First switch port.