Merge pull request #946 from ActualMandM/ActualMandM-patch-1

Add adx key for Sonic Colors Ultimate
This commit is contained in:
bnnm 2021-09-14 15:31:45 +02:00 committed by GitHub
commit ef8a91a59a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -255,6 +255,9 @@ static const adxkey_info adxkey9_list[] = {
/* maimai DX Splash (AC) */
{0x0000,0x0000,0x0000, NULL,9170825592834449000}, // 7F4551499DF55E68
/* Sonic Colors Ultimate (multi) */
{0x0000,0x0000,0x0000, NULL,1991062320101111}, // 000712DC5250B6F7
};
static const int adxkey8_list_count = sizeof(adxkey8_list) / sizeof(adxkey8_list[0]);