fabulous: Tweak delay estimate
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
ac17c36bec
commit
6930ab3acd
@ -69,6 +69,7 @@ struct FabulousImpl : ViaductAPI
|
|||||||
blk_trk = std::make_unique<BlockTracker>(ctx, cfg);
|
blk_trk = std::make_unique<BlockTracker>(ctx, cfg);
|
||||||
is_new_fab ? init_bels_v2() : init_bels_v1();
|
is_new_fab ? init_bels_v2() : init_bels_v1();
|
||||||
init_pips();
|
init_pips();
|
||||||
|
ctx->setDelayScaling(0.25, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
void pack() override { fabulous_pack(ctx, cfg); }
|
void pack() override { fabulous_pack(ctx, cfg); }
|
||||||
|
Loading…
Reference in New Issue
Block a user