diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-22 18:07:16 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-22 18:07:16 -0700 |
| commit | 7a59c71c3b3f50784af49a26bbe56e3be618a65e (patch) | |
| tree | b1e3967b4871e756721838cd0c820af8c7ded273 /site/src/utils.ts | |
| parent | 476f4648a1c8166f938c1e389466aa6f1f7d72d9 (diff) | |
add rbdx_plus support
Diffstat (limited to 'site/src/utils.ts')
| -rw-r--r-- | site/src/utils.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/src/utils.ts b/site/src/utils.ts index 4fe3493..6e71c9c 100644 --- a/site/src/utils.ts +++ b/site/src/utils.ts @@ -19,6 +19,7 @@ export const getGameTitle = (gameId: string) => { if (lowerCaseGameId.startsWith("taiko")) return "Taiko no Tatsujin"; if (lowerCaseGameId.startsWith("wacca")) return "WACCA PLUS"; if (lowerCaseGameId.startsWith("museca")) return "MÚSECA PLUS"; + if (lowerCaseGameId.startsWith("rb_deluxe")) return "REFLEC BEAT DELUXE PLUS"; return gameId.toUpperCase(); |
