85 lines
3.0 KiB
HTML
85 lines
3.0 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Citra - Experimental 3DS Emulator</title>
|
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
|
|
|
<script src="resources/smooth-scroll/dist/js/bind-polyfill.js"></script>
|
|
<script src="resources/smooth-scroll/dist/js/smooth-scroll.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="home" class="page">
|
|
<header>
|
|
<span id="logo"><a href="#home">Citra</a></span>
|
|
<nav>
|
|
<ul>
|
|
<li><a data-scroll href="#about">About</a></li>
|
|
<li><a data-scroll href="#download">Download</a></li>
|
|
<li><a href="https://github.com/citra-emu/citra">Source</a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
|
|
<div id="home-image-container">
|
|
<a data-scroll href="#about"><img src="resources/citra-icns-multicolor/citra-1024.png" /></a>
|
|
</div>
|
|
|
|
<h1 class="name-header">Citra</h1>
|
|
<h2 class="name-header">An Experimental 3DS Emulator</h2>
|
|
</div>
|
|
|
|
<div id="about" class="page">
|
|
<div class="content">
|
|
<h1>About Citra</h1>
|
|
|
|
<h3>What is Citra?</h3>
|
|
<p>Citra is a <b>work-in-progress</b> emulator for the Nintendo 3DS.</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 Yeti3DS</a>.</p>
|
|
|
|
<h3>Will it run <insert retail game here>?</h3>
|
|
<p>In nice, bold letters: <b>No! Citra is not ready yet!</b>. Citra will <b>not</b> run Pokemon, 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>What platforms does Citra support?</h3>
|
|
<p>We're pleased to say that Citra works on all three major desktop OSs!</p>
|
|
<p>Citra is compatible with Windows, Linux, and OS X. In the far future, mobile platforms may be targeted as well.</p>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div id="download" class="page">
|
|
<div class="content">
|
|
<h1>Downloads</h1>
|
|
|
|
<h3>Latest Stable Release</h3>
|
|
<a href="./releases/0.1-linux.tar.gz">Linux</a> |
|
|
<a href="./releases/0.1-windows.exe">Windows</a> |
|
|
<a href="./releases/0.1-mac.dmg">Mac</a>
|
|
|
|
<h3>Other Downloads</h3>
|
|
<a href="https://github.com/citra-emu/citra">Source code</a>
|
|
</div>
|
|
</div>
|
|
|
|
<footer>
|
|
<div class="footer-content">
|
|
<p>Copyright © 2014 - Citra Team</p>
|
|
<p>This site is <a href="https://github.com/citra-emu/www">on GitHub</a>!</p>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
|
|
<script>
|
|
smoothScroll.init({
|
|
speed: 400,
|
|
updateURL: false
|
|
});
|
|
</script>
|
|
|
|
</html> |