Allow fb_size=0 (automatic).
This commit is contained in:
2
cfg.cpp
2
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 },
|
||||
|
||||
Reference in New Issue
Block a user