mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 09:18:38 +00:00
SAGA: Slight cleanup in querySaveMetaInfos implementation.
Saves are writable and deletable by default, there is no need to mark them explicitly as such.
This commit is contained in:
parent
2678bcda98
commit
48e6b80253
@ -252,9 +252,6 @@ SaveStateDescriptor SagaMetaEngine::querySaveMetaInfos(const char *target, int s
|
||||
debug(0, "Save is for: %s", title);
|
||||
}
|
||||
|
||||
desc.setDeletableFlag(true);
|
||||
desc.setWriteProtectedFlag(false);
|
||||
|
||||
if (version >= 6) {
|
||||
Graphics::Surface *const thumbnail = Graphics::loadThumbnail(*in);
|
||||
desc.setThumbnail(thumbnail);
|
||||
|
Loading…
x
Reference in New Issue
Block a user