• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/ISSUE_TEMPLATE/H15-Feb-2021-3520

deps/H15-Feb-2021-237,846191,491

frontend/H15-Feb-2021-17,80511,951

include/H15-Feb-2021-528243

jni/H15-Feb-2021-215186

libpcsxcore/H15-Feb-2021-47,24338,930

libretro-common/include/H15-Feb-2021-3,050944

plugins/H15-Feb-2021-64,24747,434

tools/H15-Feb-2021-684520

.gitignoreH A D15-Feb-2021143 1917

.gitlab-ci.ymlH A D15-Feb-20213.6 KiB143117

.travis.ymlH A D15-Feb-2021654 3433

AUTHORSH A D15-Feb-20211.6 KiB6451

COPYINGH A D15-Feb-202118.3 KiB354292

ChangeLogH A D15-Feb-202183.8 KiB2,0931,661

ChangeLog.dfH A D15-Feb-202118.5 KiB487334

MakefileH A D15-Feb-202114 KiB470409

Makefile.libretroH A D15-Feb-202112.9 KiB466367

NEWSH A D15-Feb-2021294 64

README.mdH A D15-Feb-20211.8 KiB4029

configureH A D15-Feb-202114.7 KiB585500

README.md

1PCSX-ReARMed - yet another PCSX fork
2====================================
3
4[![Build Status](https://travis-ci.org/libretro/pcsx_rearmed.svg?branch=master)](https://travis-ci.org/libretro/pcsx_rearmed)
5
6*see [readme.txt](readme.txt) for more complete documentation*
7
8PCSX ReARMed is yet another PCSX fork based on the PCSX-Reloaded project,
9which itself contains code from PCSX, PCSX-df and PCSX-Revolution. This
10version is ARM architecture oriented and features MIPS->ARM recompiler by
11Ari64, NEON GTE code and more performance improvements. It was created for
12Pandora handheld, but should be usable on other devices after some code
13adjustments (N900, GPH Wiz/Caanoo, PlayBook versions are also available).
14
15PCSX ReARMed features ARM NEON GPU by Exophase, that in many cases produces
16pixel perfect graphics at very high performance. There is also Una-i's GPU
17plugin from PCSX4ALL project, and traditional P.E.Op.S. one.
18
19
20PCSX-Reloaded
21=============
22
23PCSX-Reloaded is a forked version of the dead PCSX emulator, with a nicer
24interface and several improvements to stability and functionality.
25
26PCSX-Reloaded uses the PSEMU plugin interface to provide most functionality;
27without them, you will not be able to use it to play games. PCSX-Reloaded
28provides a number of plugins to provide basic functionality out of the box.
29
30PCSX-Reloaded has a very capable Internal HLE BIOS that can run many games
31without problems. It is recommended that you use it. However, if you own a
32real PlayStation, you may be able to use your own BIOS image. PCSX-Reloaded
33will find it in ~/.pcsx/bios/ or /usr/share/psemu/bios/ if you place it there.
34This can improve compatibility, especially with certain games and with the
35use of memory cards.
36
37See the doc/ folder in the source, or /usr/share/doc/pcsx/ on Debian systems,
38for more detailed information on PCSX-Reloaded. A UNIX manpage is also
39available.
40