mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-25 14:05:22 +00:00
Links fixed
parent
5f84d6c309
commit
a9ece313a6
1 changed files with 3 additions and 3 deletions
6
FAQ.md
6
FAQ.md
|
@ -1,5 +1,5 @@
|
|||
#### 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 homebrew applications. The source code for RPCS3 is hosted at [GitHub](https://github.com/DHrpcs3/rpcs3/). There won't be [official releases](https://github.com/DHrpcs3/rpcs3/releases) for some time, but in the meantime you can grab the lastest compiled revisions at [EmuNewz](http://www.emunewz.net/forum/forumdisplay.php?fid=199).
|
||||
* RPCS3 is an open-source Sony PlayStation 3 emulator for Windows and Linux written in C++. It currently runs only small homebrew applications. The source code for RPCS3 is hosted at [GitHub](https://github.com/RPCS3/rpcs3/). There won't be [official releases](https://github.com/RPCS3/rpcs3/releases) for some time, but in the meantime you can grab the lastest compiled revisions at [EmuNewz](http://www.emunewz.net/forum/forumdisplay.php?fid=199).
|
||||
|
||||
#### 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 SSE2 (and SSE4 for the recompiler) and a OpenGL 4.2 compatible graphics card (integrated GPUs such as the *Intel HD Graphics* don't work for now).
|
||||
|
@ -11,10 +11,10 @@
|
|||
* 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. 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.).
|
||||
|
||||
#### 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/DHrpcs3/rpcs3/fork), then read the wiki pages (specially [Coding Style](https://github.com/DHrpcs3/rpcs3/wiki/Coding-Style) and [Developer Information](https://github.com/DHrpcs3/rpcs3/wiki/Developer-Information)), find something you want to add or improve (broken games, bugs, missing features, [Roadmap](https://github.com/DHrpcs3/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.
|
||||
* 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.
|
||||
|
||||
#### There is some issue/feedback/comment that I want to report
|
||||
* Good, you can do it through the [Github Issue Tracker](https://github.com/DHrpcs3/rpcs3/issues) (development-related issues) or [Emunewz](http://www.emunewz.net/forum/forumdisplay.php?fid=162) (generic inquiries and support). Please follow this guidelines before sending anything:
|
||||
* Good, you can do it through the [Github Issue Tracker](https://github.com/RPCS3/rpcs3/issues) (development-related issues) or [Emunewz](http://www.emunewz.net/forum/forumdisplay.php?fid=162) (generic inquiries and support). Please follow this guidelines before sending anything:
|
||||
- Check if the issue is meaningful for the team (e.g. *GTAV 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.
|
||||
|
|
Loading…
Add table
Reference in a new issue