This is my personal gitlab instance. Feel free to browse my stuff: https://gitlab.greeson.xyz/users/highsaltlevels/projects

Move FE7 save data into memory

David Greeson requested to merge in-mem-save into master

Created by: HighSaltLevels

What/Why

The save data is already on the order of kilobytes, so I have no problems with adding it to the heap 😈 I feel like this is just much more reliable than bundling it in with pyinstaller, because I'm still having trouble getting that to work on all platforms.

Merge request reports