From 5fe75088fe1f420aa524a892f1425f58cd131f44 Mon Sep 17 00:00:00 2001 From: bnnm Date: Sat, 14 Oct 2023 12:52:31 +0200 Subject: [PATCH] Add FSB key --- src/meta/fsb_keys.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/meta/fsb_keys.h b/src/meta/fsb_keys.h index 3ded1e8d..e7bfeb6b 100644 --- a/src/meta/fsb_keys.h +++ b/src/meta/fsb_keys.h @@ -72,9 +72,10 @@ static const fsbkey_info fsbkey_list[] = { { MODE_FSB5_STD, FSBKEY_ADD("IfYouLikeThosesSoundsWhyNotRenumerateTheir2Authors?") }, // Blanc (PC/Switch) { MODE_FSB5_STD, FSBKEY_ADD("L36nshM520") }, // Nishuihan Mobile (Android) { MODE_FSB5_STD, FSBKEY_ADD("Forza2!") }, // Forza Motorsport (PC) + { MODE_FSB5_STD, FSBKEY_ADD("cbfjZTlUPaZI") }, // JDM: Japanese Drift Master (PC) - /* these games use a key per file, seemingly generated from the filename; could be possible to add them but there is a lot of songs, - so external .fsbkey may be better (use guessfsb 3.1 with --write-key-file) */ + /* these games use a key per file, generated from the filename; could be possible to add them but there is a lot of songs, + so external .fsbkey may be better (use guessfsb 3.1 with --write-key-file or ) */ //{ MODE_FSB4_STD, FSBKEY_ADD("...") }, // Guitar Hero: Metallica (PC/PS3/X360) [FSB4] //{ MODE_FSB4_STD, FSBKEY_ADD("...") }, // Guitar Hero: World Tour (PC/PS3/X360) [FSB4] };