mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
Clarifications and improvements
parent
c8a7024cb5
commit
65a4f6cf8b
1 changed files with 5 additions and 4 deletions
9
FAQ.md
9
FAQ.md
|
@ -1,17 +1,18 @@
|
|||
#### What is RPCS3 and where can I get it?
|
||||
* RPCS3 is an open-source Sony PlayStation 3 emulator for Windows and Linux written in C++. It currently runs only small number of applications. The source code for RPCS3 is hosted at [GitHub](https://github.com/RPCS3/rpcs3/). You may look for [official releases](https://github.com/RPCS3/rpcs3/releases) or grab the latest compiled revisions [there](https://github.com/Bigpet/rpcs3/releases/).
|
||||
* RPCS3 is an open-source Sony PlayStation 3 emulator for Windows and Linux written in C++. It currently runs only a [small number of commercial games](http://www.emunewz.net/forum/forumdisplay.php?fid=195). The source code for RPCS3 is hosted at [GitHub](https://github.com/RPCS3/rpcs3/). You may look for [official releases](https://github.com/RPCS3/rpcs3/releases) or grab the latest compiled revisions from [AppVeyor builds](https://ci.appveyor.com/project/rpcs3/rpcs3/branch/master/artifacts) or [Bigpet's builds](https://github.com/Bigpet/rpcs3/releases).
|
||||
|
||||
#### What are the hardware requirements I need to run it?
|
||||
The requirements for running RPCS3 are still not fully known and may change a lot in its current development stage. The absolute minimum requirements for running the program are:
|
||||
* 64-bit OS
|
||||
* A modern x86 CPU that supports SSSE3 (SSE4.1 for PPU LLVM recompiler)
|
||||
* A modern DirectX 12 compatible graphics card (recommended) or a modern OpenGL 4.5 (OpenGL 4.2+ may work) compatible graphics card. Integrated GPUs such as the *Intel HD Graphics* may not work correctly. In the future a Vulkan compatible graphics card may be needed.
|
||||
* A modern OpenGL 4.5 (OpenGL 4.2+ may work) 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.
|
||||
|
||||
#### Does RPCS3 support commercial games? When will it support them?
|
||||
* **No**. RPCS3 cannot run commercial games yet because it's in an early stage of development. A lot of features required to run commercial games still have not been implemented. Commercial 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. so ignore any estimates and guesses you find out there.
|
||||
* **No**. RPCS3 cannot run commercial games yet because it's in an early stage of development. A lot of features required to run commercial games still have not been implemented. Commercial 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.
|
||||
|
||||
#### Will RPCS3 be ported to platform *X* or include feature *Y*?
|
||||
* As long as the platform is powerful enough to emulate the PlayStation 3, probably yes. However, at the moment we only target Windows, Linux and Mac OS X. 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.).
|
||||
* As long as the platform is powerful enough to emulate the PlayStation 3, probably yes. However, at the moment we only target Windows, Linux and Mac OS X. 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, controller support, etc.).
|
||||
|
||||
#### I'd like to make a patch/develop/contribute to the project.
|
||||
* That's awesome, contributions are welcome! Please start by [forking the project](https://github.com/RPCS3/rpcs3/fork), then read the wiki pages (specially [Coding Style](https://github.com/RPCS3/rpcs3/wiki/Coding-Style) and [Developer Information](https://github.com/RPCS3/rpcs3/wiki/Developer-Information)), find something you want to add or improve (broken games, bugs, missing features, [Roadmap](https://github.com/RPCS3/rpcs3/wiki/Roadmap) stuff, etc.), work on it, test your changes and send a [pull request](https://help.github.com/articles/using-pull-requests). Feel free to ask any developers on [EmuNewz](http://emunewz.net/forum/forumdisplay.php?fid=162) or IRC if you have questions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue