ARM optimized PCSX fork
Go to file
2024-10-06 03:47:06 +03:00
.github rename miyoo build to miyoo_arm926 2024-09-30 20:59:16 +03:00
deps git subrepo pull (merge) deps/libchdr 2024-09-30 23:38:37 +03:00
frontend new async cdrom + cdrom cleanup 2024-10-06 02:55:40 +03:00
include Update lightrec-config.h to latest version 2024-07-15 22:12:44 +02:00
jni new async cdrom + cdrom cleanup 2024-10-06 02:55:40 +03:00
libpcsxcore another warning 2024-10-06 03:00:39 +03:00
plugins deal with some platform-specific warnings 2024-10-06 02:56:57 +03:00
tools gas-preprocessor: support .bss 2013-03-25 03:45:19 +02:00
.gitignore update gitignore 2023-11-03 01:37:23 +02:00
.gitlab-ci.yml platforms: enable emscripten 2023-08-29 22:56:21 +03:00
.gitmodules revive standalone build 2022-02-12 02:13:36 +02:00
.travis.yml Update .travis.yml 2020-02-09 01:29:42 +08: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 sync with master 2023-11-02 18:14:52 +02:00
COPYING pcsxr-1.9.92 2010-11-16 14:15:22 +02:00
Makefile new async cdrom + cdrom cleanup 2024-10-06 02:55:40 +03:00
Makefile.libretro try to fix build 2024-10-06 03:47:06 +03:00
NEWS pcsxr-1.9.92 2010-11-16 14:15:22 +02:00
README.md Change the build status to libretro 2018-08-28 19:17:49 -03:00
readme.txt release r24 2024-01-22 20:55:48 +02:00

PCSX-ReARMed - yet another PCSX fork

Build Status

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.