Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions flycast/component_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"md5": "e10c53c2f8b90bab96ead2d368858623",
"system": "dreamcast",
"description": "Dreamcast BIOS",
"paths": "$bios_path/dc",
"required": "Required"
"paths": "$bios_path/dc"
},
{
"filename": "naomi.zip",
Expand Down
7 changes: 7 additions & 0 deletions framework/component_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,13 @@
"command": {
"zenity": "configurator_toggle_retroengine_event_scripts_dialog"
}
},
{
"name": "BIOS Check on Launch",
"description": "Enable or disable: Warn before launching a game when its required BIOS files are missing.",
"command": {
"zenity": "configurator_bios_check_toggle_dialog"
}
}
],
"tools": [
Expand Down
27 changes: 16 additions & 11 deletions retroarch/component_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5765,8 +5765,7 @@
"md5": "e10c53c2f8b90bab96ead2d368858623",
"system": "dreamcast",
"description": "Dreamcast BIOS",
"paths": "$bios_path/dc",
"required": "Required"
"paths": "$bios_path/dc"
},
{
"filename": "naomi.zip",
Expand All @@ -5775,7 +5774,7 @@
"526eda1e2a7920c92c88178789d71d84"
],
"system": "dreamcast",
"description": "Naomi BIOS",
"description": "NAOMI BIOS from MAME",
"paths": "$bios_path/dc",
"required": "Required, for arcade emulation"
},
Expand All @@ -5788,7 +5787,7 @@
"dfaae8d206ffb390ed1cf9529ccc123d"
],
"system": "dreamcast",
"description": "Naomi 2 BIOS",
"description": "NAOMI 2 BIOS from MAME",
"paths": "$bios_path/dc"
},
{
Expand All @@ -5812,7 +5811,7 @@
"f4011d3116500354edf7302a90402711"
],
"system": "dreamcast",
"description": "House of the Dead 2 Naomi BIOS",
"description": "NAOMI The House of the Dead 2 BIOS from MAME",
"paths": "$bios_path/dc",
"required": "Required, for that specific game"
},
Expand All @@ -5823,7 +5822,7 @@
"1028615bcac4c31634a3364ce5c04044"
],
"system": "dreamcast",
"description": "Ferrari F355 Challenge Deluxe Naomi BIOS",
"description": "NAOMI Ferrari F355 Challenge (deluxe) BIOS from MAME",
"paths": "$bios_path/dc",
"required": "Required, for that specific game"
},
Expand All @@ -5837,7 +5836,7 @@
"dreamcast",
"arcade"
],
"description": "Ferrari F355 Challenge Twin/Deluxe Naomi BIOS",
"description": "NAOMI Ferrari F355 Challenge (twin/deluxe) BIOS from MAME",
"paths": "$bios_path/dc",
"required": "Required, for that specific game"
},
Expand All @@ -5851,7 +5850,7 @@
"dreamcast",
"arcade"
],
"description": "Airline Pilots Deluxe Naomi BIOS",
"description": "NAOMI Airline Pilots (deluxe) BIOS from MAME",
"paths": "$bios_path/dc",
"required": "Required, for that specific game"
},
Expand All @@ -5865,10 +5864,18 @@
"dreamcast",
"arcade"
],
"description": "Atomiswave BIOS",
"description": "Atomiswave BIOS from MAME",
"paths": "$bios_path/dc",
"required": "Required, for arcade emulation"
},
{
"filename": "segasp.zip",
"system": [
"dreamcast"
],
"description": "System SP BIOS from MAME",
"paths": "$bios_path/dc"
},
{
"filename": "bios.sms",
"md5": "840481177270d5642a14ca71ee72844c",
Expand Down Expand Up @@ -6557,15 +6564,13 @@
"md5": "0a93f7940c455905bea6e392dfde92a4",
"system": "dreamcast",
"description": "Dreamcast flash BIOS",
"required": "Required",
"paths": "$bios_path/dc"
},
{
"filename": "flash.bin",
"md5": "0a93f7940c455905bea6e392dfde92a4",
"system": "dreamcast",
"description": "Dreamcast flash BIOS (duplicate of dc_flash.bin)",
"required": "Required",
"paths": "$bios_path/dc"
},
{
Expand Down