Difference between revisions of "Nintendo Switch emulators"

From Emulation General Wiki
Jump to navigation Jump to search
(added MonoNX, Switch emulator for android)
m (grammar)
Line 80: Line 80:
 
:A closed-source emulator in the work since late July/August 2018. It can boot some homebrews as well as the title screen of one commercial game. This is more a one person project for personal training at the moment.
 
:A closed-source emulator in the work since late July/August 2018. It can boot some homebrews as well as the title screen of one commercial game. This is more a one person project for personal training at the moment.
 
;MonoNX
 
;MonoNX
:The first attempt at an [[Android]] emulator by [https://github.com/Cyuubi/ Cyuubi], a developper known for the 3DS emulator [https://github.com/Cyuubi/LemonLime/ LemonLime]. This emulator actually displays no graphics at all making it useless for end-users at the moment.
+
:The first attempt at an [[Android]] emulator by [https://github.com/Cyuubi/ Cyuubi], a developer known for the 3DS emulator [https://github.com/Cyuubi/LemonLime/ LemonLime]. This emulator actually displays no graphics at all making it useless for end-users at the moment.  
 
==References==
 
==References==
 
<references />
 
<references />

Revision as of 23:57, 22 February 2019

Nintendo Switch
Nintendo-switch.png
Switchdocked.png
The Switch in its two forms, portable (above) and docked (below).
Developer Nintendo
Type Home video game console
Generation Eighth generation
Release date 2017
Predecessor Wii U
Emulated ~

The Nintendo Switch is an eighth-generation hybrid gaming console released by Nintendo on March 3, 2017 and retailed for $299.99 ($310.13 in 2018 money). It has a Nvidia Tegra X1 SOC (System On a Chip) with 4 ARM Cortex-A57 CPUs and 4 ARM Cortex-A53 CPUs at 1.020 GHz with 4GB of RAM. It's GPU is a Nvidia GM20B. During its development, the Switch was known as the NX (short for NeXt or Nintendo "Cross") and was widely speculated up until its announcement. Aside from specialized components unique to the console, the hardware is more or less off-the-shelf, being built around a semi-custom variant of Nvidia's Tegra X1 system-on-a-chip which was also used on a number of Android devices.

While Nintendo intended to step up the security of the console, vulnerabilities were still found early on that allowed tons of system files to be dumped, including dumps of games in the form of romfs.istorage archives, an exefs folder, and license files. These game dumps eventually got shared online by scene groups except for their licenses but were missing important files to run and even if they had been completed, there were no custom homebrew apps let alone solutions to load unofficial game dumps for the system. A number of prominent hacking teams (starting with shuffle2 and fail0verflow in collaboration) all came across a new exploit independently of each other that allowed complete control over the system, later officially recognized by Nvidia as CVE-2018-6242.

A "debugging emulator" for the Nintendo Switch, CageTheUnicorn (now Mephisto), popped up not long after the first components were dumped. It was designed to emulate sysmodules with "no support for graphics, sound, input, or any kind of even remotely performant processing [...] by design". It was then revealed that members of both the Citra and Dolphin teams were already working on their own emulator in secret, followed by another developer releasing an emulator named Ryujinx.

Emulators

PC
Name Operating System(s) Latest Version Active Recommended
yuzu Windows, Linux Nightly ~
Ryujinx Windows, Linux, macOS Nightly ~
NSEmu Windows ✗ (WIP)
SphiNX Windows ✗ (WIP)
Mephisto macOS, Linux v1.2.1, Git
CageTheUnicorn Python Git
Mobile
MonoNX Android 1.1
yuzu
An open-source cross-platform emulator made by the Citra team. yuzu has seen it's development pace grow extremely fast during 2018 to the point that certains games are now fully playable.[1] Some 2D games now show correct graphics and sometimes good speed. Some 3D games are playable but almost none is running full speed.
A lot of Nintendo Switch exclusives games are playable already but can't be considered perfect yet.[2][3]
It is known that the devs are now working on a Vulkan renderer and continually work to improve the emulator compatibility and accuracy. Note that top tier Hardware is required to get decent speed in most games at the moment.
Ryujinx
An open-source public domain emulator programmed in C#. Compared to it's early days[4], it has now slower development than yuzu but seems to focus on full system accuracy. Most 2D games are now booting despite of confortable speeds and some 3D games are showing graphics.
SphiNX
A closed-source emulator in the work since late July/August 2018. It can boot some homebrews as well as the title screen of one commercial game. This is more a one person project for personal training at the moment.
MonoNX
The first attempt at an Android emulator by Cyuubi, a developer known for the 3DS emulator LemonLime. This emulator actually displays no graphics at all making it useless for end-users at the moment.

References