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.
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.