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

PC check for device remaining space #10

Open Protofall opened 4 years ago

Protofall commented 4 years ago

ATM if there isn't enough space, then an error will trigger in the save function. C doesn't have a native way to get the system's remaining space, but maybe I could system() or exec() the command via shell. No idea if this will work on Windows.