Merge pull request #1488 from bnnm/keys

- Add HCA/ADX keys
This commit is contained in:
bnnm 2024-02-13 22:07:40 +01:00 committed by GitHub
commit ba6abbd24e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 18 additions and 0 deletions

View File

@ -276,6 +276,9 @@ static const adxkey_info adxkey9_list[] = {
/* Persona 5 Royal (PC) */
{0x0000,0x0000,0x0000, NULL,9923540143823782}, // 002341683D2FDBA6
/* ARGONAVIS -Kimi ga Mita Stage e- (Android) */
{0x069c,0x06e9,0x0323, NULL,0}, // guessed with VGAudio (possible key: 34E06E8192 / 227103637906)
};
static const int adxkey8_list_count = sizeof(adxkey8_list) / sizeof(adxkey8_list[0]);

View File

@ -1281,6 +1281,21 @@ static const hcakey_info hcakey_list[] = {
// Persona 3 Reload (PC)
{11918920}, // 0000000000B5DE48
// IDOL FANTASY (Android)
{4308390175392019587}, // 3BCA7A09A6063483
// re:colloquial (Android)
{9863154698521}, // 000008F871D50919
// Ojisama to Nego Super Miracle Puzzle (Android)
{5783843453453438113}, // 504456FA0F8F8CA1
// ARGONAVIS from BanG Dream! AAside (Android)
{1403972877097251940}, // 137BE9E4A5AA3464
// ARGONAVIS -Kimi ga Mita Stage e- (Android)
{301179795002661}, // 000111EBE2B1D525
};
#endif/*_HCA_KEYS_H_*/