this post was submitted on 17 Aug 2026
609 points (99.8% liked)

PC Gaming

15295 readers
1300 users here now

For PC gaming news and discussion. PCGamingWiki

Rules:

  1. Be Respectful.
  2. No Spam or Porn.
  3. No Advertising.
  4. No Memes.
  5. No Tech Support.
  6. No questions about buying/building computers.
  7. No game suggestions, friend requests, surveys, or begging.
  8. No Let's Plays, streams, highlight reels/montages, random videos or shorts.
  9. No off-topic posts/comments, within reason.
  10. Use the original source, no clickbait titles, no duplicates. (Submissions should be from the original source if possible, unless from paywalled or non-english sources. If the title is clickbait or lacks context you may lightly edit the title.)

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments

In some ways yes.

Decompiling a game means reverse engineering the game to a point that you have a program written in C that compiles to identical machine code as the commercial release. That makes it easier, but not entirely straightforward, to just compile the game for another architecture, because it might be written for hardware-specific features that might not be present on, say, PC.

A minor example is Mario Kart 64 has these big screens around some tracks that are playing footage of the race. That relies on a hardware quirk peculiar to the N64 and it's been difficult if not impossible to get it working anywhere but real hardware.

A really weird one is Super Mario 64. The retail version of the game was apparently compiled with debug flags on. The game has been decompiled, and then compiling it without the debug flag actually causes the game to run smoother, particularly in Dire Dire Docks which chugs so bad on a retail cartridge that speed runners use camera strategies to keep the submarine out of view for better performance.