mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-05 10:26:40 +00:00
ENGINES: Document sorting guaranty for MetaEngine::listSaves.
This commit is contained in:
parent
d38a22011e
commit
d7bb90ba84
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user