Add Super Game Boy presets

This commit is contained in:
Velmyncier 2024-04-15 11:31:45 -04:00 committed by tildearrow
parent e7cedffde2
commit dfcaff639c

View file

@ -140,6 +140,19 @@ void FurnaceGUI::initSystemPresets() {
CH(DIV_SYSTEM_GB, 1.0f, 0, "")
}
);
ENTRY(
"Super Game Boy", {
CH(DIV_SYSTEM_GB, 1.0f, 0, "customClock=4295455"),
CH(DIV_SYSTEM_SNES, 1.0f, 0, "")
},
"tickRate=61.44697015935724"
);
SUB_ENTRY(
"Super Game Boy 2", {
CH(DIV_SYSTEM_GB, 1.0f, 0, ""),
CH(DIV_SYSTEM_SNES, 1.0f, 0, "")
}
);
ENTRY(
"Game Boy Advance (no software mixing)", {
CH(DIV_SYSTEM_GB, 1.0f, 0, "chipType=3"),