2018-01-07 19:39:40 +01:00
|
|
|
<h2 class="title">{{ .Site.Params.Tagline }}</h2>
|
|
|
|
<div class="content">
|
2018-01-09 02:54:26 +01:00
|
|
|
<p>Yuzu is an experimental open-source emulator for the Nintendo Switch from the creators of Citra.</p>
|
|
|
|
<p>It is written in C++ with portability in mind, with builds actively maintained for Windows, Linux and macOS.
|
|
|
|
The emulator is currently only useful for homebrew development and research purposes.</p>
|
2018-01-07 19:39:40 +01:00
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<a class="button is-medium is-light" href="{{ .Site.Params.GithubURL }}" target="_blank">
|
|
|
|
<span class="icon">
|
|
|
|
<i class="fab fa-github"></i>
|
|
|
|
</span>
|
|
|
|
<span>Source Code</span>
|
|
|
|
</a>
|
|
|
|
</div>
|