Merge pull request #21 from archshift/patch-2

Add some more details to the FAQ
This commit is contained in:
bunnei 2015-01-29 20:24:07 -05:00
commit f514979eab

View File

@ -90,7 +90,8 @@
<p>Citra is a <b>work-in-progress</b> emulator for the Nintendo 3DS.</p> <p>Citra is a <b>work-in-progress</b> emulator for the Nintendo 3DS.</p>
<h3>What can it do?</h3> <h3>What can it do?</h3>
<p>It can currently emulate <a href="https://github.com/smealum/ctrulib">ctrulib</a>-built homebrew programs, such as <a href="https://github.com/smealum/yeti3DS">Smealum's port of Yeti3DS</a>.</p> <p>It can currently emulate <a href="https://github.com/smealum/ctrulib">ctrulib</a>-built homebrew programs, such as <a href="https://github.com/smealum/yeti3DS">Smealum's port of Yeti3D</a>.</p>
<p>Citra is also beginning to run some commercial games, but all are very broken and unplayable.</p>
<h3>Can I play &lt;insert retail game here&gt;?</h3> <h3>Can I play &lt;insert retail game here&gt;?</h3>
<p>In nice, bold letters: <b>No! Citra is not ready yet!</b>. You can <b>not</b> play Pokémon, Super Mario Bros., or any of your other favorite 3DS games yet. </p> <p>In nice, bold letters: <b>No! Citra is not ready yet!</b>. You can <b>not</b> play Pokémon, Super Mario Bros., or any of your other favorite 3DS games yet. </p>
@ -101,7 +102,7 @@
<p>Citra is compatible with Windows, Linux, and OS X. In the far future, mobile platforms may be targeted as well.</p> <p>Citra is compatible with Windows, Linux, and OS X. In the far future, mobile platforms may be targeted as well.</p>
<h3>What kind of specs do I need to run Citra?</h3> <h3>What kind of specs do I need to run Citra?</h3>
<p>Citra currently uses an interpreter to emulate the 3DS's hardware. As one might imagine, this is very inefficient, so it is doubtful that most (if any!) consumer hardware would be fast enough to run at full-speed.</p> <p>Citra currently uses an interpreter to emulate the 3DS's CPU, as well as a software renderer for the GPU. As one might imagine, this is very inefficient, so it is doubtful that most (if any!) consumer hardware would be fast enough to run at full-speed.</p>
<p>In short, there's no real recommended hardware, but suffice it to say that you want the fastest possible processor, and a graphics chip that supports at least OpenGL 3.</p> <p>In short, there's no real recommended hardware, but suffice it to say that you want the fastest possible processor, and a graphics chip that supports at least OpenGL 3.</p>
<h3>Where can I download Citra?</h3> <h3>Where can I download Citra?</h3>
@ -109,7 +110,7 @@
<h3>How can I help?</h3> <h3>How can I help?</h3>
<p>Citra's source is hosted on <a href="https://github.com/citra-emu/citra">GitHub</a>, which is a platform where developers can come together on a project, submitting pull requests with code changes.</p> <p>Citra's source is hosted on <a href="https://github.com/citra-emu/citra">GitHub</a>, which is a platform where developers can come together on a project, submitting pull requests with code changes.</p>
<p>You probably want to check out the <a href="https://github.com/citra-emu/citra/blob/master/CONTRIBUTING.md">contributor's guide</a> and the <a href="https://github.com/citra-emu/citra/wiki/Developer-Information">developer information</a>. You can look at the <a href="https://docs.google.com/document/d/1SWIop0uBI9IW8VGg97TAtoT_CHNoP42FzYmvG1F4QDA">TODO list</a> for ideas.</p> <p>You probably want to check out the <a href="https://github.com/citra-emu/citra/blob/master/CONTRIBUTING.md">contributor's guide</a> and the <a href="https://github.com/citra-emu/citra/wiki/Developer-Information">developer information</a>. You can look at the <a href="https://docs.google.com/document/d/1SWIop0uBI9IW8VGg97TAtoT_CHNoP42FzYmvG1F4QDA">TODO list</a> for ideas. Qt or GPU code (make sure to talk to neobrain on IRC first) would be very appreciated at the moment.</p>
<p>You can also chat with us at #citra on <a href="https://webchat.freenode.net">freenode</a>. We'll take all the help we can get!</p> <p>You can also chat with us at #citra on <a href="https://webchat.freenode.net">freenode</a>. We'll take all the help we can get!</p>
<p>If you can't contribute any code, we also appreciate <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K899FANUJ2ZXW">donations</a> (no matter how small!), which we would use to buy systems and games to test with, or pay for infrastructure and web costs.</p> <p>If you can't contribute any code, we also appreciate <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K899FANUJ2ZXW">donations</a> (no matter how small!), which we would use to buy systems and games to test with, or pay for infrastructure and web costs.</p>