diff --git a/backend/adapters/services/rahasher.py b/backend/adapters/services/rahasher.py index 708f2e3cf..658e3f61c 100644 --- a/backend/adapters/services/rahasher.py +++ b/backend/adapters/services/rahasher.py @@ -62,7 +62,7 @@ PLATFORM_SLUG_TO_RETROACHIEVEMENTS_ID: dict[str, int] = { "virtual-boy": 28, "virtualboy": 28, "wasm-4": 72, - "watara-slash-quickshot-supervision": 63, + "supervision": 63, "win": 102, "wonderswan": 53, "wonderswan-color": 53, diff --git a/backend/handler/metadata/hasheous_handler.py b/backend/handler/metadata/hasheous_handler.py index f58e54a0e..ada3a6cd4 100644 --- a/backend/handler/metadata/hasheous_handler.py +++ b/backend/handler/metadata/hasheous_handler.py @@ -1358,7 +1358,7 @@ HASHEOUS_PLATFORM_LIST: dict[str, SlugToHasheousId] = { "ra_id": 28, "tgdb_id": None, }, - "watara-slash-quickshot-supervision": { + "supervision": { "id": 244828, "igdb_id": 415, "igdb_slug": "watara-slash-quickshot-supervision", diff --git a/backend/handler/metadata/igdb_handler.py b/backend/handler/metadata/igdb_handler.py index 2a5d96fe5..f49636ba3 100644 --- a/backend/handler/metadata/igdb_handler.py +++ b/backend/handler/metadata/igdb_handler.py @@ -3265,7 +3265,7 @@ IGDB_PLATFORM_LIST: dict[str, SlugToIGDB] = { "url": "https://www.igdb.com/platforms/vsmile", "url_logo": "https://images.igdb.com/igdb/image/upload/t_1080p/plk7.jpg", }, - "watara-slash-quickshot-supervision": { + "supervision": { "category": "Portable Console", "family_name": "", "family_slug": "", diff --git a/backend/handler/metadata/launchbox_handler.py b/backend/handler/metadata/launchbox_handler.py index cd0b10a2c..64ae61df7 100644 --- a/backend/handler/metadata/launchbox_handler.py +++ b/backend/handler/metadata/launchbox_handler.py @@ -456,7 +456,7 @@ LAUNCHBOX_PLATFORM_LIST: dict[str, SlugToLaunchboxPlatformName] = { "virtualboy": {"id": 32, "name": "Nintendo Virtual Boy"}, "vmu": {"id": 144, "name": "Sega Dreamcast VMU"}, "vsmile": {"id": 221, "name": "VTech V.Smile"}, - "watara-slash-quickshot-supervision": {"id": 153, "name": "Watara Supervision"}, + "supervision": {"id": 153, "name": "Watara Supervision"}, "wii": {"id": 33, "name": "Nintendo Wii"}, "wiiu": {"id": 34, "name": "Nintendo Wii U"}, "win": {"id": 84, "name": "Windows"}, diff --git a/backend/handler/metadata/ra_handler.py b/backend/handler/metadata/ra_handler.py index 12a272c1d..a10c27a19 100644 --- a/backend/handler/metadata/ra_handler.py +++ b/backend/handler/metadata/ra_handler.py @@ -361,7 +361,7 @@ RA_PLATFORM_LIST: dict[str, SlugToRAId] = { "virtual-boy": {"id": 28, "name": "Virtual Boy"}, "virtualboy": {"id": 28, "name": "Virtual Boy"}, "wasm-4": {"id": 72, "name": "WASM-4"}, - "watara-slash-quickshot-supervision": { + "supervision": { "id": 63, "name": "Watara/QuickShot Supervision", }, diff --git a/frontend/assets/platforms/ATTRIBUTIONS b/frontend/assets/platforms/ATTRIBUTIONS index 2ac2498b1..8e3f4ac03 100644 --- a/frontend/assets/platforms/ATTRIBUTIONS +++ b/frontend/assets/platforms/ATTRIBUTIONS @@ -37,7 +37,7 @@ vic-20.ico videopac-plus.ico vsmile.ico wasm-4.ico -watara-slash-quickshot-supervision.ico +supervision.ico zod.ico zxs.ico diff --git a/frontend/assets/platforms/systematic/watara-slash-quickshot-supervision.svg b/frontend/assets/platforms/systematic/watara-slash-quickshot-supervision.svg deleted file mode 100755 index 33500cda3..000000000 --- a/frontend/assets/platforms/systematic/watara-slash-quickshot-supervision.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/frontend/assets/platforms/watara-slash-quickshot-supervision.ico b/frontend/assets/platforms/watara-slash-quickshot-supervision.ico deleted file mode 100644 index 43f29f93f..000000000 Binary files a/frontend/assets/platforms/watara-slash-quickshot-supervision.ico and /dev/null differ