rpcsx/.github/readme.md
2025-04-06 23:55:46 +03:00

36 lines
1.1 KiB
Markdown

<div align="center">
# RPCSX
*An experimental PlayStation 4 and PlayStation 5 emulator for Linux written in C++*
[![Build RPCSX](../../../actions/workflows/rpcsx.yml/badge.svg)](../../../actions/workflows/rpcsx.yml)
[![Formatting check](../../../actions/workflows/format.yml/badge.svg)](../../../actions/workflows/format.yml)
[![](https://img.shields.io/discord/252023769500090368?color=5865F2&logo=discord&logoColor=white)](https://discord.gg/t6dzA4wUdG)
</div>
> **Warning** <br/>
> 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](https://discord.gg/t6dzA4wUdG).
## How to Compile the Emulator
* [How to Compile rpcsx](BUILDING.md)
* [How to Use rpcsx](USAGE.md)
## 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.
## RPCS3
This project uses modified source code of [RPCS3](https://github.com/RPCS3/rpcs3)