From 6dc997c2ea1700c5878366df95429a28e47f6d51 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 14 Jan 2018 03:14:56 -0500 Subject: [PATCH] Added credits section. --- site/layouts/index.html | 53 ++++++++++++++++++++++++++++------------- 1 file changed, 36 insertions(+), 17 deletions(-) diff --git a/site/layouts/index.html b/site/layouts/index.html index ef48b46a..cdf69817 100644 --- a/site/layouts/index.html +++ b/site/layouts/index.html @@ -48,21 +48,22 @@

About

- 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, - 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. -

- -

- 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. -

+ 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, + 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. +

+ +

+ 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. +

@@ -96,8 +97,9 @@

Where does the name come from?

- 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. + 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.
@@ -129,4 +131,21 @@ + + +
+
+
+

Making an emulator for the Nintendo Switch is a massive effort, and we’d like to give a huge shout out and thank you to all the folks involved!

+ +

Thank you to the Citra team for providing an excellent foundation for this project. + Subv, MerryMage, jroweboy, bunnei, for their work to jumpstart yuzu.

+

Flame Sage, Selby, Flamboyant Ham, for their work on our web infrastucture.

+

 

+

Furthermore, we'd like to thank the ReSwitched team, this project would not exist without their excellent work and willingness to share their knowledge: + SciresM, Daeken, Normmatt, ogniK, hthh, TuxSH, hedgeberg.

+
+
+
+ {{ end }} \ No newline at end of file