Added warning for autoenc with chained 4x/8x interp, added option to re-use or delete temp folder for sbs

This commit is contained in:
N00MKRAD
2020-12-08 16:49:47 +01:00
parent fb453216f1
commit 79fd8b82dd
6 changed files with 55 additions and 22 deletions

View File

@@ -12,7 +12,7 @@ namespace Flowframes
{
static class Program
{
public const int version = 17;
public const int version = 18;
public static Form1 mainForm;