2018-01-13 04:35:02 +01:00
|
|
|
|
{{ define "main" }} {{ partial "home_hero" . }}
|
2018-01-13 04:21:55 +01:00
|
|
|
|
|
2018-01-13 05:07:12 +01:00
|
|
|
|
<section class="hero is-info">
|
2018-01-13 04:35:02 +01:00
|
|
|
|
<div class="hero-body">
|
|
|
|
|
<div class="container">
|
|
|
|
|
<nav class="columns">
|
|
|
|
|
|
|
|
|
|
<a class="column has-text-centered" href="https://www.google.com">
|
|
|
|
|
<span class="icon is-large">
|
|
|
|
|
<i class="fas fa-3x fa-cubes"></i>
|
|
|
|
|
</span>
|
|
|
|
|
<p class="title is-4">
|
|
|
|
|
<strong>Yuzu Development</strong>
|
|
|
|
|
</p>
|
|
|
|
|
<p class="subtitle">Custom Builds!</p>
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<a class="column has-text-centered" href="https://www.google.com">
|
|
|
|
|
<span class="icon is-large">
|
|
|
|
|
<i class="fas fa-3x fa-cubes"></i>
|
|
|
|
|
</span>
|
|
|
|
|
<p class="title is-4">
|
|
|
|
|
<strong>Switch Hacking</strong>
|
|
|
|
|
</p>
|
|
|
|
|
<p class="subtitle">Cool!</p>
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<a class="column has-text-centered" href="https://www.google.com">
|
|
|
|
|
<span class="icon is-large">
|
|
|
|
|
<i class="fas fa-3x fa-cubes"></i>
|
|
|
|
|
</span>
|
|
|
|
|
<p class="title is-4">
|
|
|
|
|
<strong>Switch Homebrew</strong>
|
|
|
|
|
</p>
|
|
|
|
|
<p class="subtitle">You can do that?</p>
|
|
|
|
|
</a>
|
|
|
|
|
</nav>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
2018-01-09 02:54:26 +01:00
|
|
|
|
|
|
|
|
|
<section class="hero">
|
|
|
|
|
<div class="hero-body">
|
|
|
|
|
<div class="container">
|
2018-01-12 04:40:27 +01:00
|
|
|
|
<h1 class="title">About</h1>
|
2018-01-09 02:54:26 +01:00
|
|
|
|
<div class="content">
|
2018-01-13 04:21:55 +01:00
|
|
|
|
<p>
|
|
|
|
|
yuzu is a work-in-progress Nintendo Switch emulator. yuzu is an open-source project, licensed under the GPLv2 (or any later
|
|
|
|
|
version). yuzu has been designed with portability in mind, with builds available for Windows, Linux,
|
2018-01-13 04:47:04 +01:00
|
|
|
|
and macOS. The project was started in spring of 2017 by bunnei, one of the original authors of the popular
|
|
|
|
|
Citra 3DS emulator, to experiment with and research the Nintendo Switch. Due to the similarities between
|
|
|
|
|
Switch and 3DS, yuzu was developed as a fork of Citra. This means that it uses the same project architecture,
|
|
|
|
|
and both emulators benefit from shared improvements. During the early months of development, work was
|
|
|
|
|
done in private, and progress was slow. However, as Switch reverse-engineering and homebrew development
|
|
|
|
|
became popular, work on yuzu began to take off as well.
|
2018-01-12 04:58:50 +01:00
|
|
|
|
</p>
|
2018-01-09 02:54:26 +01:00
|
|
|
|
|
2018-01-13 04:21:55 +01:00
|
|
|
|
<p>
|
|
|
|
|
In January of 2018, the yuzu team was formed out of several Citra developers, and the decision was made to release the project
|
|
|
|
|
publicly. As an emulator, yuzu is in its infancy, and is only currently useful for Switch reverse-engineering
|
|
|
|
|
and homebrew development.
|
|
|
|
|
</p>
|
2018-01-13 05:24:02 +01:00
|
|
|
|
</div>
|
2018-01-13 04:21:55 +01:00
|
|
|
|
|
2018-01-13 05:24:02 +01:00
|
|
|
|
<div class="tile is-ancestor">
|
|
|
|
|
<div class="tile is-parent">
|
|
|
|
|
<div class="card">
|
|
|
|
|
<div class="card-content">
|
|
|
|
|
<p class="title is-4">Can I play Switch games?</p>
|
|
|
|
|
<div class="content">
|
|
|
|
|
No – at this time, yuzu does not run any commercial Switch games. yuzu can boot some games, to varying degrees of success,
|
|
|
|
|
but does not implement any of the necessary GPU features to render 3D graphics.
|
2018-01-13 04:21:55 +01:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2018-01-13 05:24:02 +01:00
|
|
|
|
</div>
|
2018-01-13 04:21:55 +01:00
|
|
|
|
|
2018-01-13 05:24:02 +01:00
|
|
|
|
<div class="tile is-parent">
|
|
|
|
|
<div class="card">
|
|
|
|
|
<div class="card-content">
|
|
|
|
|
<p class="title is-4">When will yuzu run games?</p>
|
|
|
|
|
<div class="content">
|
|
|
|
|
In short – we do not know how soon games might run. While yuzu is making great progress, Switch emulation is very complex.
|
|
|
|
|
Running games is one of the team’s top priorities, so we are actively working toward that
|
|
|
|
|
goal!
|
2018-01-13 04:21:55 +01:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2018-01-13 05:24:02 +01:00
|
|
|
|
</div>
|
2018-01-13 04:21:55 +01:00
|
|
|
|
|
2018-01-13 05:24:02 +01:00
|
|
|
|
<div class="tile is-parent">
|
|
|
|
|
<div class="card">
|
|
|
|
|
<div class="card-content">
|
|
|
|
|
<p class="title is-4">Where does the name come from?</p>
|
|
|
|
|
<div class="content">
|
|
|
|
|
Citrus junos, or yuzu (from Japanese ユズ), is a citrus fruit, most commonly used in Asian cuisines. This name was chosen as
|
|
|
|
|
an homage to Citra and its developers, whose work gave the foundation for this project.
|
2018-01-13 04:21:55 +01:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2018-01-09 02:54:26 +01:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section class="section">
|
|
|
|
|
<div class="container">
|
2018-01-13 05:24:02 +01:00
|
|
|
|
<div class="tile is-ancestor">
|
2018-01-09 02:54:26 +01:00
|
|
|
|
{{ range sort .Site.Data.twitter "order" }}
|
2018-01-13 05:24:02 +01:00
|
|
|
|
<div class="tile is-parent">
|
|
|
|
|
{{ partial "widget/tweet.html" . }}
|
|
|
|
|
</div>
|
2018-01-09 02:54:26 +01:00
|
|
|
|
{{ end }}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
|
2018-01-07 09:32:09 +01:00
|
|
|
|
{{ end }}
|