2014-04-07 14:40:50 +02:00
RPCS3
2012-11-03 16:16:18 +01:00
=====
2023-09-22 21:03:10 +02:00
[![Azure Build Status ](https://dev.azure.com/nekotekina/nekotekina/_apis/build/status/RPCS3.rpcs3?branchName=master )](https://dev.azure.com/nekotekina/nekotekina/_build?definitionId=4& branchName=master)
2023-01-28 13:31:51 +01:00
[![Cirrus CI - Base Branch Build Status ](https://img.shields.io/cirrus/github/RPCS3/rpcs3?label=Cirrus%20CI&logo=cirrus-ci )](https://cirrus-ci.com/github/RPCS3/rpcs3)
[![RPCS3 Discord Server ](https://img.shields.io/discord/272035812277878785?color=5865F2&label=RPCS3%20Discord&logo=discord&logoColor=white )](https://discord.me/rpcs3)
2015-01-26 19:53:00 +01:00
2022-09-11 12:18:48 +02:00
The world's first free and open-source PlayStation 3 emulator/debugger, written in C++ for Windows, Linux, macOS and FreeBSD.
2014-02-09 18:41:20 +01:00
2018-10-10 03:24:48 +02:00
You can find some basic information on our [**website** ](https://rpcs3.net/ ). Game info is being populated on the [**Wiki** ](https://wiki.rpcs3.net/ ).
2022-09-11 12:18:48 +02:00
For discussion about this emulator, PS3 emulation, and game compatibility reports, please visit our [**forums** ](https://forums.rpcs3.net ) and our [**Discord server** ](https://discord.gg/RPCS3 ).
2014-02-09 18:41:20 +01:00
2017-08-23 01:17:43 +02:00
[**Support Lead Developers Nekotekina and kd-11 on Patreon** ](https://www.patreon.com/Nekotekina )
2017-01-21 12:57:23 +01:00
2018-12-20 01:52:18 +01:00
## Contributing
2014-04-13 03:19:48 +02:00
2018-12-20 01:52:18 +01:00
If you want to help the project but do not code, the best way to help out is to test games and make bug reports. See:
* [Quickstart ](https://rpcs3.net/quickstart )
If you want to contribute as a developer, please take a look at the following pages:
* [Coding Style ](https://github.com/RPCS3/rpcs3/wiki/Coding-Style )
* [Developer Information ](https://github.com/RPCS3/rpcs3/wiki/Developer-Information )
* [Roadmap ](https://rpcs3.net/roadmap )
You should also contact any of the developers in the forums or in the Discord server to learn more about the current state of the emulator.
2014-04-13 03:19:48 +02:00
2018-12-20 01:52:18 +01:00
## Building
2014-02-09 18:41:20 +01:00
2019-06-10 21:52:07 +02:00
See [BUILDING.md ](BUILDING.md ) for more information about how to setup an environment to build RPCS3.
2017-01-22 15:57:09 +01:00
2019-06-10 21:52:07 +02:00
## Running
2017-08-08 18:20:41 +02:00
2019-06-10 21:52:07 +02:00
Check our friendly [quickstart ](https://rpcs3.net/quickstart ) guide to make sure your computer meets the minimum system requirements to run RPCS3.
2017-01-22 15:57:09 +01:00
2020-03-23 09:37:16 +01:00
Don't forget to have your graphics driver up to date and to install the [Visual C++ Redistributable Packages for Visual Studio 2019 ](https://aka.ms/vs/16/release/VC_redist.x64.exe ) if you are a Windows user.
2018-02-19 04:55:46 +01:00
2017-06-04 17:44:48 +02:00
## License
2016-12-02 11:40:41 +01:00
2021-05-16 12:42:42 +02:00
Most files are licensed under the terms of GNU GPL-2.0-only License; see LICENSE file for details. Some files may be licensed differently; check appropriate file headers for details.