mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
CINE: Fix autosave thumbnail generating.
Using the current screen contents for autosaves now. For non-autosaves the screen contents before opening the system menu are used.
This commit is contained in:
parent
24c7e0e70c
commit
f1809916a4
@ -1026,7 +1026,7 @@ void CineEngine::makeSave(const Common::String &saveFileName, uint32 playtime,
|
||||
}
|
||||
|
||||
renderer->saveBackBuffer(BEFORE_TAKING_THUMBNAIL);
|
||||
if (renderer->hasSavedBackBuffer(BEFORE_OPENING_MENU)) {
|
||||
if (!isAutosave && renderer->hasSavedBackBuffer(BEFORE_OPENING_MENU)) {
|
||||
renderer->popSavedBackBuffer(BEFORE_OPENING_MENU);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user