PCSX-r with experimental features e.g.: GDB server
Go to file
Xavier Del Campo Romero 8349bf45e9
gdbstub_sys.c: Do not error on MSG_TYPE_BREAK
2023-05-23 15:51:53 +02:00
cmake Added missing dependency Harfbuzz to GTK3 2020-05-20 18:59:35 +02:00
doc * Remove autotools build system. 2018-01-12 21:52:44 +02:00
dynstr Introduced dynstr, other breaking changes 2020-05-02 02:34:49 +02:00
gdbstub gdbstub_sys.c: Do not error on MSG_TYPE_BREAK 2023-05-23 15:51:53 +02:00
gui Add -gdb flag into documentation 2020-10-26 23:15:29 +01:00
libpcsxcore Consider sockets less than zero as invalid 2020-12-30 23:54:49 +01:00
macosx * Remove unneeded mcd argument on macosx 2018-03-22 18:51:42 +02:00
plugins OpenGL_GL_PREFERENCE set to LEGACY 2020-06-04 23:15:04 +02:00
win32 Attempt to make gdb server to exit gracefully 2020-06-08 00:21:35 +02:00
.appveyor.yml * Zip artifacts 2018-01-11 15:36:48 +02:00
.gitattributes * Import CMake build system from codeplex 2017-07-31 16:15:15 +03:00
.gitignore * Add needed m4 macros to keep ubuntu bullshit happy 2018-01-11 15:36:47 +02:00
.gitmodules Replaced in-house gdb stub by MIT-licensed implementation 2020-05-23 19:03:11 +02:00
.travis.yml * Use separate dockerfiles for gcc and clang 2018-03-22 18:52:19 +02:00
AUTHORS Bring cdriso.c up to date to enable CCDDA 2017-07-16 21:21:14 +03:00
CMakeLists.txt Updated gdbstub 2020-06-05 20:45:30 +02:00
COPYING ECM code is licensed under GPLv3 2013-12-16 02:23:56 +00:00
ChangeLog * Fix file and folder permissions 2018-03-19 11:47:21 +02:00
ChangeLog.df git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23061 e17a0e51-4ae3-4d35-97c3-1a29b211df97 2009-04-16 06:22:51 +00:00
Dockerfile.clang * Use separate dockerfiles for gcc and clang 2018-03-22 18:52:19 +02:00
Dockerfile.gcc * Use separate dockerfiles for gcc and clang 2018-03-22 18:52:19 +02:00
NEWS . 2012-11-18 18:28:11 +00:00
README git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@39697 e17a0e51-4ae3-4d35-97c3-1a29b211df97 2009-12-28 09:19:47 +00:00
config.h * Import CMake build system from codeplex 2017-07-31 16:15:15 +03:00

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.