Fix avi dump via render buffer instead,

with an option to use output buffer since recording with
post process effects will often be desirable.
This commit is contained in:
LunaMoo
2019-06-04 07:54:17 +02:00
parent 57bd3c63f4
commit da031ebbdb
10 changed files with 26 additions and 7 deletions
+1 -1
View File
@@ -271,7 +271,7 @@ void SaveSlotView::Draw(UIContext &dc) {
}
static void AfterSaveStateAction(SaveState::Status status, const std::string &message, void *) {
if (!message.empty() && !g_Config.bDumpFrames) {
if (!message.empty() && (!g_Config.bDumpFrames || !g_Config.bDumpVideoOutput)) {
osm.Show(message, status == SaveState::Status::SUCCESS ? 2.0 : 5.0);
}
}