Increase bloating in Etesian "nsxlib" profile, for ls180+cmos45.

This commit is contained in:
Jean-Paul Chaput 2021-10-07 00:51:15 +02:00
parent 66361fcf3d
commit b2e265f73e
1 changed files with 2 additions and 1 deletions

View File

@ -83,7 +83,8 @@ namespace Etesian {
DbU::Unit vpitch = etesian->getSliceStep();;
int xsize = (ab.getWidth() + vpitch - 1) / vpitch;
if (xsize < 6) return vpitch*2;
if (xsize < 6) return vpitch*4;
if (xsize < 8) return vpitch*2;
return 0;
}