mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 08:17:40 +00:00
COMMON: Add documentation regarding the new parameter in openForSaving()
This commit is contained in:
parent
e10e412bba
commit
4c4a127ca2
@ -105,7 +105,8 @@ public:
|
||||
|
||||
/**
|
||||
* Open the savefile with the specified name in the given directory for saving.
|
||||
* @param name the name of the savefile
|
||||
* @param name the name of the savefile
|
||||
* @param compress toggles whether to compress the resulting save file (default) or not.
|
||||
* @return pointer to an OutSaveFile, or NULL if an error occurred.
|
||||
*/
|
||||
virtual OutSaveFile *openForSaving(const String &name, bool compress = true) = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user