diff --git a/cfg.cpp b/cfg.cpp index 30509d6..929e1c3 100644 --- a/cfg.cpp +++ b/cfg.cpp @@ -52,7 +52,7 @@ const ini_var_t ini_vars[] = { { "BOOTCORE", (void*)(&(cfg.bootcore)), STRING, 0, sizeof(cfg.bootcore) - 1 }, { "BOOTCORE_TIMEOUT", (void*)(&(cfg.bootcore_timeout)), INT16, 10, 30 }, { "FONT", (void*)(&(cfg.font)), STRING, 0, sizeof(cfg.font) - 1 }, - { "FB_SIZE", (void*)(&(cfg.fb_size)), UINT8, 1, 4 }, + { "FB_SIZE", (void*)(&(cfg.fb_size)), UINT8, 0, 4 }, { "FB_TERMINAL", (void*)(&(cfg.fb_terminal)), UINT8, 0, 1 }, { "OSD_TIMEOUT", (void*)(&(cfg.osd_timeout)), INT16, 5, 3600 }, { "DIRECT_VIDEO", (void*)(&(cfg.direct_video)), UINT8, 0, 1 },