Reporting Issues

AlexAltea 2014-11-14 05:00:55 -08:00
parent 710fd83113
commit bb86af5885

11
FAQ.md

@ -7,8 +7,15 @@
#### 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.
#### Will RPCS3 be ported to platform X? Will it include feature Y?
#### 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 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/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.
#### 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:
- 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.
- While reporting issues, don't forget to include details about your system (OS, CPU, GPU, etc.), as well as the `rpcs3.ini` / `rpcs3.log` files.