You are not logged in.
Pages: 1
That's not really what I wanted. I want to know how to decompress the savestate (since they are compressed by DeSmuME) so I can edit it in my own program.
Other program's savestates are also compressed but are in easily recognizable formats (iDeaS is a simple PK zip file while VBA uses gzip).
Thanks for the quick response.
I have looked through the source (specifically, saves.cpp) for the format used to compress the savestates. I have figured out it uses zlib, a 16 byte 'magic number' and a 32 byte (total) header. I am not a c++ pro (or even know anything about it) but that is what I have deciphered so far.
I am wanting the format so that I can decompress the states and edit them in my own external program.
Thanks, in advance.
Pages: 1