Find a file
DH 87baff1fa5 [orbis-kernel] implement sys_socket and sys_socketpair
stub sys_nmount, sys_wait4, sys_getsid, sys_settimeofday, sys_bind, sys_listen, sys_accept, sys_setsockopt, sys_getsockopt
Reduce log spam of sys__umtx_op
2023-10-31 21:32:43 +03:00
.github Lint with Clang Tidy 16 (#55) 2023-10-17 17:26:42 +03:00
3rdparty [rpcsx-os] Use xbyak to set context 2023-07-18 03:26:33 +03:00
hw/amdgpu move memory area util to shared rx library 2023-09-03 23:53:00 +03:00
orbis-kernel [orbis-kernel] implement sys_socket and sys_socketpair 2023-10-31 21:32:43 +03:00
rpcsx-gpu Formatting fixes 2023-08-15 03:11:02 +03:00
rpcsx-os [rpcsx-os] fork: implement vm and vfs fork 2023-10-31 21:28:40 +03:00
rx [rpcsx-os] vm: implement virtual query 2023-10-17 23:25:06 +03:00
.clang-format Bump vk headers (#30) 2023-07-25 22:33:36 +03:00
.editorconfig Add .editorconfig 2023-07-08 21:38:31 +03:00
.gdbinit Add .gdbinit 2023-07-08 21:39:01 +03:00
.gitignore Update gitignore 2023-09-03 22:26:45 +03:00
.gitmodules Update .gitmodules 2023-07-21 12:37:49 +03:00
CMakeLists.txt move memory area util to shared rx library 2023-09-03 23:53:00 +03:00
FUNDING.yml Add FUNDING.yml 2023-08-24 03:50:20 +03:00
LICENSE Initial commit 2023-06-23 03:28:14 +03:00

RPCSX

An experimental PlayStation 4 emulator for Linux written in C++

Build RPCSX

Formatting check

Warning


Do not ask for link to games or system files. Piracy is not permitted on the GitHub nor in the Discord.

Contributing

If you want to contribute as a developer, please contact us in the Discord.

How to Compile the Emulator

License

RPCSX is licensed under GPLv2 license except directories containing their own LICENSE file, or files containing their own license. Thus, orbis-kernel is licensed under the MIT license.