less amount / more useful chatter when changing client dimensions
This commit is contained in:
parent
4015ba2e50
commit
f1bd6f0086
|
@ -434,7 +434,6 @@ namespace BizHawk.Client.EmuHawk
|
||||||
|
|
||||||
var size = filterProgram.Filters[filterProgram.Filters.Count - 1].FindOutput().SurfaceFormat.Size;
|
var size = filterProgram.Filters[filterProgram.Filters.Count - 1].FindOutput().SurfaceFormat.Size;
|
||||||
|
|
||||||
Console.WriteLine("Selecting size " + size.ToString());
|
|
||||||
return size;
|
return size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -956,6 +956,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Console.WriteLine("Selecting display size " + lastComputedSize.ToString());
|
||||||
|
|
||||||
// Change size
|
// Change size
|
||||||
Size = new Size((lastComputedSize.Width) + borderWidth, ((lastComputedSize.Height) + borderHeight));
|
Size = new Size((lastComputedSize.Width) + borderWidth, ((lastComputedSize.Height) + borderHeight));
|
||||||
|
|
Loading…
Reference in New Issue