PCSX-r with experimental features e.g.: GDB server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Xavier Del Campo Romero 8349bf45e9
gdbstub_sys.c: Do not error on MSG_TYPE_BREAK
6 days ago
cmake Added missing dependency Harfbuzz to GTK3 3 years ago
doc * Remove autotools build system. 5 years ago
dynstr Introduced dynstr, other breaking changes 3 years ago
gdbstub gdbstub_sys.c: Do not error on MSG_TYPE_BREAK 6 days ago
gui Add -gdb flag into documentation 3 years ago
libpcsxcore Consider sockets less than zero as invalid 2 years ago
macosx * Remove unneeded mcd argument on macosx 5 years ago
plugins OpenGL_GL_PREFERENCE set to LEGACY 3 years ago
win32 Attempt to make gdb server to exit gracefully 3 years ago
.appveyor.yml * Zip artifacts 5 years ago
.gitattributes * Import CMake build system from codeplex 6 years ago
.gitignore * Add needed m4 macros to keep ubuntu bullshit happy 5 years ago
.gitmodules Replaced in-house gdb stub by MIT-licensed implementation 3 years ago
.travis.yml * Use separate dockerfiles for gcc and clang 5 years ago
AUTHORS Bring cdriso.c up to date to enable CCDDA 6 years ago
CMakeLists.txt Updated gdbstub 3 years ago
COPYING ECM code is licensed under GPLv3 10 years ago
ChangeLog * Fix file and folder permissions 5 years ago
ChangeLog.df git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23061 e17a0e51-4ae3-4d35-97c3-1a29b211df97 14 years ago
Dockerfile.clang * Use separate dockerfiles for gcc and clang 5 years ago
Dockerfile.gcc * Use separate dockerfiles for gcc and clang 5 years ago
NEWS . 11 years ago
README git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@39697 e17a0e51-4ae3-4d35-97c3-1a29b211df97 14 years ago
config.h * Import CMake build system from codeplex 6 years ago

README

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.