slinga-homebrew / Save-Game-Copier

Copy Sega Saturn save game files
GNU General Public License v3.0
49 stars 8 forks source link

saturnReadSaveFile() is recieving a Filename ending in .BUP #45

Open slinga-homebrew opened 3 years ago

slinga-homebrew commented 3 years ago

saturnReadSaveFile() is receiving a filename ending in .BUP instead of the savename. This seems to be safe for maximum character save names as Jo Engine must be silently ignoring the remaining characters. When using with a smaller save name, the read fails. Refactor.