johannes-fetz / joengine

Jo Engine is an open source 2D and 3D game engine for the Sega Saturn written in C under MIT license
http://jo-engine.org/
MIT License
205 stars 32 forks source link

Increase Max backup files #45

Closed slinga-homebrew closed 3 years ago

slinga-homebrew commented 3 years ago

Users with more than 32 saves were reporting issues with Save Game Copier. This fix allows up to 255 files to be read.

The drawbacks is that is uses much more stack space. I don't know if that's reasonable or not. I also don't know what the maximum number of individual files is.

johannes-fetz commented 3 years ago

@slinga-homebrew Thank you for all your contributions! 😃

slinga-homebrew commented 3 years ago

Thank you for Jo Engine, it has really made Saturn dev easy.