core, preparations for sc-3000 support

This commit is contained in:
kub 2023-02-18 20:57:16 +00:00
parent ecf8764253
commit cab84f29e5
10 changed files with 66 additions and 18 deletions

View file

@ -1789,6 +1789,8 @@ static void update_variables(bool first_run)
PicoIn.hwSelect = PHWS_GG;
else if (strcmp(var.value, "SG-1000") == 0)
PicoIn.hwSelect = PHWS_SG;
else if (strcmp(var.value, "SC-3000") == 0)
PicoIn.hwSelect = PHWS_SC;
else
PicoIn.hwSelect = PHWS_SMS;
}