mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-29 06:20:35 +00:00
Translated column cards to tile cards.
This commit is contained in:
parent
9ecd732aa2
commit
8791943843
|
@ -48,16 +48,12 @@
|
||||||
<p>
|
<p>
|
||||||
yuzu is a work-in-progress Nintendo Switch emulator. yuzu is an open-source project, licensed under the GPLv2 (or any later
|
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,
|
version). yuzu has been designed with portability in mind, with builds available for Windows, Linux,
|
||||||
and macOS.
|
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
|
||||||
The project was started in spring of 2017 by bunnei, one of the original authors of the popular Citra 3DS emulator, to experiment
|
Switch and 3DS, yuzu was developed as a fork of Citra. This means that it uses the same project architecture,
|
||||||
with and research the Nintendo Switch. Due to the similarities between Switch and 3DS, yuzu was developed
|
and both emulators benefit from shared improvements. During the early months of development, work was
|
||||||
as a fork of Citra.
|
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.
|
||||||
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.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@ -66,8 +62,8 @@
|
||||||
and homebrew development.
|
and homebrew development.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="columns">
|
<div class="tile is-ancestor">
|
||||||
<div class="column">
|
<div class="tile is-parent">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<header class="card-header">
|
<header class="card-header">
|
||||||
<p class="card-header-title">Can I use yuzu to play Switch games?</p>
|
<p class="card-header-title">Can I use yuzu to play Switch games?</p>
|
||||||
|
@ -81,7 +77,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="column">
|
<div class="tile is-parent">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<header class="card-header">
|
<header class="card-header">
|
||||||
<p class="card-header-title">When will yuzu run games?</p>
|
<p class="card-header-title">When will yuzu run games?</p>
|
||||||
|
@ -96,7 +92,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="column">
|
<div class="tile is-parent">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<header class="card-header">
|
<header class="card-header">
|
||||||
<p class="card-header-title">Where does the name come from?</p>
|
<p class="card-header-title">Where does the name come from?</p>
|
||||||
|
|
Loading…
Reference in a new issue