Difference between revisions of "Yuzu"

From Emulation General Wiki
Jump to navigation Jump to search
m
(External Links)
Line 25: Line 25:
  
 
==External Links==
 
==External Links==
 +
*[https://yuzu-emu.org/ Official Website]
 
*[https://discordapp.com/invite/u77vRWY Discord]
 
*[https://discordapp.com/invite/u77vRWY Discord]
 
*[https://twitter.com/yuzuemu Twitter news feed]
 
*[https://twitter.com/yuzuemu Twitter news feed]

Revision as of 00:18, 13 September 2018

Yuzu
Yuzu-icon.svg
Developer(s) yuzu Team
Latest version N/A
Active Yes
Platform(s) Windows, Linux, macOS
Emulates Nintendo Switch
Website yuzu-emu.org
Support ($) Patreon, email
Source code GitHub

yuzu is an experimental, open-source Nintendo Switch emulator/debugger written in C++. Due to its preliminary state, it has not yet had a stable release.

Download

Latest nightly and canary builds (Linux, macOS, Windows)

Overview

The titles The Binding of Isaac: Afterbirth+, Puyo Puyo Tetris and Cave Story+ formed the first group of games to boot on this emulator.[1] On late April 2018, yuzu booted its first Switch exclusive, 1-2-Switch. On July 2018, yuzu was able to run its first 3D rendered game, Minecraft: Story Mode.

Be sure to read this first insightful progress blog report (July 14, 2018), which details the background and efforts at the reverse-engineering and emulation work required to get yuzu up and running and a small bundle of games and apps to work better over time. It also covers a significant number of surprising similarities between the hardware and operating systems of the 3DS and Switch. Thus, a lot of the code made for the 3DS emulator Citra was also shared and re-interpreted for yuzu.

References

  1. JMC47 (April 15, 2018). First games are running!

External Links