mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-25 22:15:14 +00:00
Add Super Game Boy presets
This commit is contained in:
parent
e7cedffde2
commit
dfcaff639c
1 changed files with 13 additions and 0 deletions
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue