ARM optimized PCSX fork
Go to file
2021-10-29 23:57:05 +03:00
.github/workflows try to migrate from Travis CI to GitHub Actions 2021-10-29 23:57:05 +03:00
blackberry_qnx Add support for PlayBook/BB10 with libretro 2013-03-25 03:44:31 +02:00
debian_maemo Fixed maemo rules 2013-02-17 15:05:30 +01:00
frontend New, separate GPU plugin based on Unai. (#233) 2021-10-29 23:03:27 +03:00
include use pc-relative offsets for PIC too 2017-05-03 02:52:15 +03:00
jni tiny little android neon build fix 2013-03-31 17:55:11 +03:00
libchdr@15ff8d6755 CHD support from libretro's fork. (#188) 2021-08-17 00:37:34 +03:00
libpcsxcore Remove CdlGetlocP hack. (#235) 2021-10-29 23:22:25 +03:00
maemo Fixes Diablo 1 SPU bug properly and remove Diablo hack. (#191) 2021-08-23 00:50:09 +03:00
plugins New, separate GPU plugin based on Unai. (#233) 2021-10-29 23:03:27 +03:00
tools gas-preprocessor: support .bss 2013-03-25 03:45:19 +02:00
.gitignore update .gitignore 2012-12-10 23:20:59 +02:00
.gitmodules CHD support from libretro's fork. (#188) 2021-08-17 00:37:34 +03:00
AUTHORS release r13 2012-01-09 01:37:01 +02:00
ChangeLog core: update to newer interrupt code, seems to affect timings too 2010-12-22 01:24:05 +02:00
ChangeLog.df pcsxr-1.9.92 2010-11-16 14:15:22 +02:00
configure New, separate GPU plugin based on Unai. (#233) 2021-10-29 23:03:27 +03:00
COPYING pcsxr-1.9.92 2010-11-16 14:15:22 +02:00
Makefile New, separate GPU plugin based on Unai. (#233) 2021-10-29 23:03:27 +03:00
Makefile.libretro drc: some vita and 3ds support 2016-09-21 02:07:16 +03:00
NEWS pcsxr-1.9.92 2010-11-16 14:15:22 +02:00
README.md try to migrate from Travis CI to GitHub Actions 2021-10-29 23:57:05 +03:00
readme.txt release r22 2015-02-05 02:56:05 +02:00

PCSX-ReARMed - yet another PCSX fork

CI (Linux)

see readme.txt for more complete documentation

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.

PCSX-Reloaded

PCSX-Reloaded is a forked version of the dead PCSX emulator, with a nicer interface and several improvements to stability and functionality.

PCSX-Reloaded uses the PSEMU plugin interface to provide most functionality; without them, you will not be able to use it to play games. PCSX-Reloaded provides a number of plugins to provide basic functionality out of the box.

PCSX-Reloaded has a very capable Internal HLE BIOS that can run many games without problems. It is recommended that you use it. However, if you own a real PlayStation, you may be able to use your own BIOS image. PCSX-Reloaded will find it in ~/.pcsx/bios/ or /usr/share/psemu/bios/ if you place it there. This can improve compatibility, especially with certain games and with the use of memory cards.

See the doc/ folder in the source, or /usr/share/doc/pcsx/ on Debian systems, for more detailed information on PCSX-Reloaded. A UNIX manpage is also available.