sithlord48 / ff7tk

Toolkit for making tools to edit Final Fantasy VII
GNU Lesser General Public License v3.0
27 stars 10 forks source link

FF7Save: Compressed SRM [LibRetro] #63

Open sithlord48 opened 2 years ago

sithlord48 commented 2 years ago

Reported in https://github.com/sithlord48/blackchocobo/issues/21

Danixu asks for compressed srm support

Hello, Playing with your program and Recalbox, I have noticed that it is not compatible with the compressed SRM format. This is the default option in RetroArch 1.8.5 and up, so this make impossible to open that files using this program until you deactivate the savegame compression, which can be a bit annoying, and even dangerous because can be activated again if not done correctly and will replace the savegame. To avoid to be playing with the advanced options of the RetroArch program, will be nice to add compatibility with compressed SRM files. I have created an example program which is able to compress and decompress SRM files, so maybe will help you with this feature: https://github.com/Danixu/srm-compressor I am using the RetroArch source files directly, which is a bit coarse, but is working... sweat_smile Thanks!

Danixu commented 2 years ago

Hello, thanks!!