Skip to content

Commit

Permalink
Merge pull request #1664 from rommapp/romm-1663
Browse files Browse the repository at this point in the history
[ROMM-1663] Update Nintendo 64DD slug from nintendo-64dd to 64dd
  • Loading branch information
gantoine authored Feb 27, 2025
2 parents 07a083f + 561c164 commit 7de4694
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion backend/handler/metadata/igdb_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,8 @@ async def get_oauth_token(self) -> str:
{"slug": "pokemon-mini", "name": "Pokémon mini"},
{"slug": "nuon", "name": "Nuon"},
{"slug": "ps", "name": "PlayStation"},
{"slug": "nintendo-64dd", "name": "Nintendo 64DD"},
{"slug": "64dd", "name": "Nintendo 64DD"},
{"slug": "64dd", "name": "Nintendo 64DD"},
{"slug": "neo-geo-pocket-color", "name": "Neo Geo Pocket Color"},
{"slug": "dvd-player", "name": "DVD Player"},
{"slug": "pocketstation", "name": "PocketStation"},
Expand Down
2 changes: 1 addition & 1 deletion backend/models/fixtures/known_bios_files.json
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@
"md5": "db92574caab77a7ec99d4605fd6f2450",
"sha1": "80b8744ff5e43585392f55546bd03a673d11ef5f"
},
"nintendo-64dd:64DD_IPL.bin": {
"64dd:64DD_IPL.bin": {
"size": "4194304",
"crc": "7f933ce2",
"md5": "8d3d9f294b6e174bc7b1d2fd1c727530",
Expand Down
2 changes: 1 addition & 1 deletion examples/config.batocera-retrobat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ system:
msx2: msx2
msx2+: msx2
n64: n64
n64dd: nintendo-64dd
n64dd: 64dd
naomi: arcade
naomi2: arcade
nds: nds
Expand Down
2 changes: 1 addition & 1 deletion examples/config.es-de.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ system:
neogeo: "neogeoaes" # Neo Geo
nes: "nes" # Nintendo Entertainment System
gc: "ngc" # GameCube
n64dd: "nintendo-64dd" # Nintendo 64DD
n64dd: "64dd" # Nintendo 64DD
odyssey2: "odyssey-2-slash-videopac-g7000" # Odyssey 2/Videopac G7000
oric: "oric" # Oric
palm: "palm-os" # Palm OS
Expand Down

0 comments on commit 7de4694

Please sign in to comment.