Add 2 MB version

This commit is contained in:
unreal9010
2025-08-24 11:05:20 +02:00
committed by GitHub
parent a117d2c209
commit 66bf1ea75f

View File

@@ -5758,6 +5758,22 @@ static const device_config_t s3_virge_stb_config[] = {
static const device_config_t s3_virge_357_config[] = {
// clang-format off
{
.name = "memory",
.description = "Memory size",
.type = CONFIG_SELECTION,
.default_string = NULL,
.default_int = 4,
.file_filter = NULL,
.spinner = { 0 },
.selection = {
{ .description = "4 MB", .value = 4 },
{ .description = "8 MB", .value = 8 },
{ .description = "" }
},
.bios = { { 0 } }
},
{
.name = "bilinear",
.description = "Bilinear filtering",
.type = CONFIG_BINARY,