Zelda 64: Recompiled is a project that uses N64: Recompiled to statically recompile Majora’s Mask into a native port with many new features and enhancements.

  • simple@lemm.ee
    link
    fedilink
    English
    arrow-up
    28
    ·
    1 month ago

    Like the Mario 64 recompilation, this isn’t running on an emulator, but is totally native. That means it runs smoother, has zero issues that you might get from emulation (like inaccuracies), and makes it so much easier to mod and extend it. You can see some of the features on the page like autosaving and playing on high framerates.

    • bigmclargehuge@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 month ago

      Also much more possibilities in terms of controls, ie no more janky remapping buttons and mouse axis into pretending to be controller inputs or messing with mouse injectors, instead you can get native KB+M support, dual analog, etc.

    • Richard@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      arrow-down
      1
      ·
      1 month ago

      has zero issues that you might get from emulation (like inaccuracies)

      That doesn’t make sense to me. Emulation should be 100% accurate software-wise, at the expense of performance. Can you elaborate?

      • simple@lemm.ee
        link
        fedilink
        English
        arrow-up
        23
        ·
        1 month ago

        Emulation is almost never 100% accurate, that’s why seemingly perfect emulators like Dolphin still get updates. They mimic the original hardware as closely as possible but there are still bound to be some bugs and games that don’t work perfectly. The best emulators are more like 99.9% accurate.

        N64 emulators aren’t that good, so you’ll get occasional graphics errors and crashes.

      • catloaf@lemm.ee
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 month ago

        Software-wise, sure. It’s easy to dump the BIOS and game. The hard part is emulating the hardware. Consoles often have quirky architectures and special chips that don’t map to PCs very well. And the chips themselves often have quirks that either aren’t documented, or work in a way that disagrees with documentation. But the game developers often relied on those particular quirks for their games. For example, if there was a bug in the GPU that caused textures to become blurry when loaded in a certain way, a developer might exploit that as a free blur filter. (If you’re interested in actual examples, try the Dolphin dev blog. I think it’s really interesting.)