Fix tasproj backup files getting saved with savestates / greenzone (#2416)

This commit is contained in:
Moritz Bender 2020-09-20 16:31:48 +02:00 committed by GitHub
parent 8391be5ae7
commit e5d04e1e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -62,7 +62,7 @@ namespace BizHawk.Client.Common
CreateDirectoryIfNotExists(fn);
using var bs = new ZipStateSaver(fn, Session.Settings.MovieCompressionLevel);
AddLumps(bs);
AddLumps(bs, isBackup);
if (!isBackup)
{