this post was submitted on 05 Apr 2025
50 points (89.1% liked)

Games

20957 readers
193 users here now

Video game news oriented community. No NanoUFO is not a bot :)

Posts.

  1. News oriented content (general reviews, previews or retrospectives allowed).
  2. Broad discussion posts (preferably not only about a specific game).
  3. No humor/memes etc..
  4. No affiliate links
  5. No advertising.
  6. No clickbait, editorialized, sensational titles. State the game in question in the title. No all caps.
  7. No self promotion.
  8. No duplicate posts, newer post will be deleted unless there is more discussion in one of the posts.
  9. No politics.

Comments.

  1. No personal attacks.
  2. Obey instance rules.
  3. No low effort comments(one or two words, emoji etc..)
  4. Please use spoiler tags for spoilers.

My goal is just to have a community where people can go and see what new game news is out for the day and comment on it.

Other communities:

Beehaw.org gaming

Lemmy.ml gaming

lemmy.ca pcgaming

founded 2 years ago
MODERATORS
 

Nintendo has confirmed backward compatibility on the Nintendo Switch 2. Let's discuss how it works in some detail.

  • 00:00 - Recap
  • 02:35 - Switch 2 confirmed to be using emulation/translation layer
  • 08:59 - A closer look at the compatibility list
  • 14:32 - Conclusion/Outro
you are viewing a single comment's thread
view the rest of the comments
[โ€“] BlackEco@lemmy.blackeco.com 14 points 4 months ago* (last edited 4 months ago) (1 children)

Most likely they use a translation layer (think Wine, Proton or DXVK) rather than emulation, since the Switch 2 hardware is not completely different from Switch 1 and it's not as costly as emulation, so I would say neither.

Edit to clarify emulation vs translation layer:

Emulation re-creates the entire hardware, while translation layer translates programming instructions intended for one platform to another, just like you would translate "one plus two" from English into "um mais dois" in Portuguese for exemple.

Since both Switch don't have completely different hardware (unlike PS3 and PS4 for example) it's probably easier and much more efficient to simply translate instructions that were specific to Switch 1 into Switch 2 instructions.

Edit 2: also Yuzu and Ryujinx are designed to emulate Switch on the x86 architecture, and since Switch 2 (and Switch 1) run on ARM, I'm pretty sure these emulators wouldn't run on Switch 2 without massive re-engineering efforts. Also, as someone else said, these projects are reverse-engineered, it makes much more sense that Nintendo engineers create an emulator from scratch using their own internal documentation of Switch 1 architecture (again, it's unlikely they went for emulation as I stated above) so the result is much more reliable than both Yuzu and Ryujinx.

Exactly this. It would be a lot more work to port something like Yuzu or Ryujinx than build a small library that translates syscalls and whatnot from Switch 1 to Switch 2.