Cette archive inclut Mupen64Plus + ParaLLEl-RDP + une interface utilisateur.
Notez que la dernière archive incluant le plugin GlideN64 est disponible ici.
– Fix for crashes in NHL Breakaway ’99 (E) and Mario Story (J)
– Better libdragon/homebrew compatibility (fixes a number of games from the 2021 Game Jam)
– Update Discord SDK to 3.2.1
– Fix for emulation thread being stuck in the background if a game freezes.
Cette archive inclut Mupen64Plus + ParaLLEl-RDP + une interface utilisateur.
Notez que la dernière archive incluant le plugin GlideN64 est disponible ici.
– Some performance optimizations
– Support for 64DD cartridge ports. See https://64dd.org/dumps_p.html and https://64dd.org/translations.html. You can safely ignore the warnings about emulator support on that page, simple64 now supports saving with 64DD cartridge ports. This means you can play these 64DD games like you would any other game.
. Technical details for those interested: 64DD cartridge ports write to the ROM, which is normally not allowed. On flash carts, as far as I know, this is accomplished by modifying the ROM file on the flash cart. simple64 creates an xdelta file and saves it as a .romsave file along with other saves (eep, fla, mpk) if the game writes to the ROM. When the game is loaded, if a .romsave file exists for that game, xdelta is used to apply the differences to the ROM in memory. The xdelta is always taken based on the Big Endian/z64 ROM image, regardless of the file type of the ROM. This should be an emulator agnostic way to save these files, and could be standard used to allow these saves to be cross-emulator compatible.