mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-17 19:19:16 +01:00
Add HCA/ADX key [Assault Lily Last Bullet (Android)]
This commit is contained in:
parent
f1f37beb44
commit
d2f523f05d
@ -243,6 +243,9 @@ static const adxkey_info adxkey9_list[] = {
|
||||
/* Persona 5 Royal (PS4) */
|
||||
{0x0000,0x1c85,0x7043, NULL,29915170}, // 0000000001C87822
|
||||
|
||||
/* Assault Lily Last Bullet (Android) */
|
||||
{0x0aca,0x0ef5,0x05c9, NULL,0}, // guessed with VGAudio (possible key: 5650EF42E5 / 370725044965)
|
||||
|
||||
};
|
||||
|
||||
static const int adxkey8_list_count = sizeof(adxkey8_list) / sizeof(adxkey8_list[0]);
|
||||
|
@ -385,6 +385,9 @@ static const hcakey_info hcakey_list[] = {
|
||||
/* HoneyWorks Premium Live (Android) */
|
||||
{20200401000000}, // 0000125F45B9D640
|
||||
|
||||
/* Assault Lily Last Bullet (Android) */
|
||||
{6349046567469313}, // 00168E6C99510101
|
||||
|
||||
/* Dragalia Lost (iOS/Android) */
|
||||
{2967411924141, subkeys_dgl, sizeof(subkeys_dgl) / sizeof(subkeys_dgl[0]) }, // 000002B2E7889CAD
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user