This commit is contained in:
twinaphex 2016-02-01 12:43:48 +01:00
parent 8bc4a69729
commit d720bba510

View File

@ -48,10 +48,7 @@ enum content_ctl_state
/* Load a RAM state from disk to memory. */
CONTENT_CTL_LOAD_RAM_FILE,
/* Save a RAM state from memory to disk.
*
* In case the file could not be written to, a fallback function
* 'dump_to_file_desperate' will be called. */
/* Save a RAM state from memory to disk. */
CONTENT_CTL_SAVE_RAM_FILE,
/* Load a state from disk to memory. */