From ccd9b29afac5d745bba814551246edb7f681c711 Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 27 Apr 2025 23:50:49 -0400 Subject: Make cache generation more reasonable --- gui/util.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/util.cc b/gui/util.cc index b62ed81..df4bc24 100644 --- a/gui/util.cc +++ b/gui/util.cc @@ -4,8 +4,8 @@ int cache_size_mapper(int total_levels, int level) { - const int y_min = 4; - const int y_max = MEM_LINE_SPEC - 4; + const int y_min = 5; + const int y_max = MEM_LINE_SPEC - 2; double f, r; if (total_levels <= 0) -- cgit v1.2.3