Protofall / Crayon-Savefile

A savefile system designed to take up little space and support version control. Works on PC and Dreamcast
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Make sure to properly update the bitmaps after a save #7

Closed Protofall closed 4 years ago

Protofall commented 4 years ago

Lets say we had present_savefiles true and current_savefiles false then we set current to true on a successful save

Similarly if present_device was true, but the other bitmaps were false, then set all bitmaps to true.

In other words, on a successful save, make sure to set the bitmaps for present_savefiles and current_savefiles to true

Protofall commented 4 years ago

I think this was completed a few commits ago