ENGINES: Document sorting guaranty for MetaEngine::listSaves.

This commit is contained in:
Johannes Schickel 2016-02-25 20:24:41 +01:00
parent d38a22011e
commit d7bb90ba84

View File

@ -96,6 +96,9 @@ public:
/**
* Return a list of all save states associated with the given target.
*
* The list return is guarnateed to be sorted by slot numbers. That means
* lower slot numbers are always stored before bigger slot numbers.
*
* The caller has to ensure that this (Meta)Engine is responsible
* for the specified target (by using findGame on it respectively
* on the associated gameid from the relevant ConfMan entry, if present).