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
208 stars 32 forks source link

jo_backup_get_file_size() and jo_backup_read_device() Bug Fix #35

Closed slinga-homebrew closed 4 years ago

slinga-homebrew commented 4 years ago

Added new function jo_backup_read_device() to get the size in bytes and blocks of the save. Fixed typo in jo_backup_read_device() that was preventing save filenames from being returned.