Hi,
is it possible to convert savegames or save states to Mupen64Plus standalone Emulator format?
Thanks
Hi,
is it possible to convert savegames or save states to Mupen64Plus standalone Emulator format?
Thanks
SRAM saves you may be able to convert just by renaming (this is pretty common for RetroArch cores). Savestates aren’t going to transfer.
just rename to sra and overwrite didn’t work
ah, right. I forgot that the mupen srm saves have all of the different save types (eeprom, eeprom2, mempack, sram, flashram) in one file, with any of the unused ones padded out. You could try opening it with a hex editor and looking for the part that actually has data and copying it into its own file, using one of the standalone saves for the same game as a guide.
Thanks for the hint.
I just found the source code of pj64tosrm. with that I were able to convert my srm file to sra.
It worked!