Tweaks to the FAQ and meta info to reflect progress
Citra has progressed to the point where it would be false to say that it can not play any commercial games whatsoever. The FAQ has been slightly changed to reflect this fact, and the page's meta information has also been likewise tweaked.
This commit is contained in:
parent
89a77d7190
commit
2ff95b59d2
37
index.html
37
index.html
@ -2,9 +2,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Citra - Experimental 3DS Emulator</title>
|
||||
<meta name="description" content="An experimental 3DS emulator that is only just beginning to run some commercial
|
||||
games (though very slowly).">
|
||||
<title>Citra - An Experimental 3DS Emulator</title>
|
||||
<meta name="description" content="Citra is a work-in-progress 3DS emulator that can run a wide variety of commercial
|
||||
games (although very slowly).">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="scripts/slick/slick/slick.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="style.css" />
|
||||
@ -128,17 +128,17 @@
|
||||
<h1>About Citra</h1>
|
||||
|
||||
<h3>What is Citra?</h3>
|
||||
<p>Citra is a <b>work-in-progress</b> emulator for the Nintendo 3DS.</p>
|
||||
<p>Citra is a <b>work-in-progress</b> 3DS emulator. Citra can currently emulate, with varying degrees of success,
|
||||
a wide variety of different homebrew programs and commercial software. </p>
|
||||
|
||||
<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 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 <insert retail game here>?</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>If you check back in a year or two, this may no longer be the case.</p>
|
||||
<h3>Does that mean I can play <insert retail game here>?</h3>
|
||||
<p>Citra can, ostensibly, "play" many different games, including The Legend of Zelda: Ocarina of Time, and Animal
|
||||
Crossing. Many games, however, will not load at all, only showing a black screen. Many other games will
|
||||
only show the title screen and then freeze, or crash.</p>
|
||||
<p>You can expect almost all games to run incredibly slowly, though, and to exhibit many gameplay and graphical
|
||||
glitches.</p>
|
||||
<p>If you're interested in 3DS emulation as an experiment, you may gain something out of trying Citra, but if
|
||||
you're simply looking to play games then stick to your 3DS handheld.</p>
|
||||
|
||||
<h3>What platforms does Citra support?</h3>
|
||||
<p>We're pleased to say that Citra works on all three major desktop OSs!</p>
|
||||
@ -146,11 +146,10 @@
|
||||
targeted as well.</p>
|
||||
|
||||
<h3>What kind of specs do I need to run Citra?</h3>
|
||||
<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 <b>at least OpenGL 3.2</b>.</p>
|
||||
<p>Citra currently uses (very slow!) interpreters to emulate both the 3DS's CPU and 3DS vertex shaders. Your
|
||||
computer is simply not fast enough to run almost any commercial game at full speed.</p>
|
||||
<p>The only <em>hard</em> requirement for Citra is a graphics chip that supports <b>at least OpenGL 3.2</b>,
|
||||
but you definitely want a processor with the highest possible performance per core.</p>
|
||||
|
||||
<h3>Where can I download Citra?</h3>
|
||||
<p>At the moment, there are no stable versions of Citra for you to download, however, you can download
|
||||
@ -158,7 +157,7 @@
|
||||
where a stable version becomes viable, we'll make those available for download.</p>
|
||||
|
||||
<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
|
||||
<p>Citra's source code 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>.
|
||||
|
Loading…
x
Reference in New Issue
Block a user