-
-
Notifications
You must be signed in to change notification settings - Fork 2k
FAQ
Ani edited this page Jan 28, 2017
·
40 revisions
- RPCS3 is an open-source Sony PlayStation 3 emulator for Windows and Linux written in C++. It currently runs some commercial games. The source code for RPCS3 is hosted on GitHub. You may grab the latest compiled revisions from AppVeyor.
The requirements for running RPCS3 are still not fully known and may change a lot during its current development stage. The absolute minimum requirements for running the program are:
- CPU: A modern x86 CPU that supports SSSE3
- GPU: A modern OpenGL 4.3 compatible graphics card. Integrated GPUs such as the Intel HD Graphics may not work correctly. A modern DirectX 12 and Vulkan compatible graphics card is highly recommended.
- OS: Windows 7 64-bits and up, Linux 64-bits
- Visual C++ Redistributable Packages for Visual Studio 2015
- Yes, some. RPCS3 currently runs some commercial games. However, various titles can't be run yet because the emulator is in an early stage of development. Note that a lot of features required to run several commercial games still have not been implemented. Check out the Compatibility List or the Forums to see if there's any information on the game you want to play. More games will be supported when the hardware/firmware emulation is accurate enough to run them. It all depends on the amount of developers working on this project, their skills, and free time, etc. Ignore any estimates and guesses you find out there.
- Please read the Newcomers' Guide on our forums for information on how to get started.
- As long as the platform is powerful enough to emulate the PlayStation 3, probably yes. However, at the moment we only target Windows and Linux (Mac OS X is not supported at the moment because it only has OpenGL support up to 4.1 and doesn't support Vulkan). The same applies to features, if they are reasonable and requested by enough people, we will probably agree and implement it. However, for now, we consider the emulator itself our biggest priority rather than all the other secondary features (multiple languages, higher rendering resolutions, PlayStation Move support, etc.).
- That's awesome, contributions are welcome! Please start by forking the project, then read the wiki pages (specially Coding Style and Developer Information), find something you want to add or improve (broken games, bugs, missing features, Roadmap stuff, etc.), work on it, test your changes and send a pull request. Feel free to ask any developers on the Forums or on Discord if you have questions.
- Good, you can do it through the GitHub Issue Tracker (development-related issues) or the Forums (general questions, support and commercial/homebrew games discussion). Please follow this guidelines before sending anything:
- Check if the issue is meaningful for the team (e.g. GTA V doesn't work is obvious and therefore useless).
- Search older issues/threads to see if your issue was already submitted.
- Please use an understandable English. It doesn't need to be perfect, but clear enough to understand your message.
- While reporting issues, don't forget to include details about your system (OS, CPU, GPU, etc.), as well as the
RPCS3.log
file. - When reporting issues on the forum, read how to report issues.