less amount / more useful chatter when changing client dimensions

This commit is contained in:
zeromus 2014-12-10 19:36:16 +00:00
parent 4015ba2e50
commit f1bd6f0086
2 changed files with 1 additions and 1 deletions

View File

@ -434,7 +434,6 @@ namespace BizHawk.Client.EmuHawk
var size = filterProgram.Filters[filterProgram.Filters.Count - 1].FindOutput().SurfaceFormat.Size;
Console.WriteLine("Selecting size " + size.ToString());
return size;
}

View File

@ -956,6 +956,7 @@ namespace BizHawk.Client.EmuHawk
break;
}
}
Console.WriteLine("Selecting display size " + lastComputedSize.ToString());
// Change size
Size = new Size((lastComputedSize.Width) + borderWidth, ((lastComputedSize.Height) + borderHeight));