N64 Recompiled and Majora's Mask
I recently discovered a project that allows Nintendo 64 games to be recompiled and personally got The Legend of Zelda: Majora's Mask running on my Steam Deck natively. It is absolutely insane, and I think it could breathe new life into playing N64 games on modern hardware. Back in May, I came across a reddit post in the r/SteamDeck subreddit about Majora's Mask Recomp. The post mentioned mod support (for an N64 game???), so I was both puzzled and intrigued. I decided to do a little research. It turns out, there has been a project running over the past year or so that allows the user to "recompile N64 binaries into C code that can be compiled for any platform." To flex the Computer Science degree a bit here, a binary (file) is a program that has been converted into the necessary 0s and 1s to run on a particular computer architecture. Computer architectures vary wildly between different processors and platforms, so a binary for one chipset is unlikely or even impossi...