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

Function to check if device can be saved to #28

Closed Protofall closed 4 years ago

Protofall commented 4 years ago

It atomatically checks the 3 bitmaps and the version to see if that savefile either contains a current savefile, an old savefile (With enough space to update) or no savefile (And enough space to store one).

Protofall commented 4 years ago

crayon_savefile_saveable() returns 1 or 0.

Also this issue was referring to a function to get the savefile/device status, but I think it should also have the above function.