Merge pull request #1247 from ActualMandM/ActualMandM-patch-2

Add adx key
This commit is contained in:
bnnm 2022-10-21 22:12:55 +02:00 committed by GitHub
commit 92642bb6b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -264,6 +264,9 @@ static const adxkey_info adxkey9_list[] = {
/* Shin Megami Tensei V (Switch) */
{0x0000,0x0000,0x0000, NULL,1731948526}, // 00000000673B6FEE
/* Persona 5 Royal (multi) */
{0x0000,0x0000,0x0000, NULL,9923540143823782}, // 002341683D2FDBA6
};
static const int adxkey8_list_count = sizeof(adxkey8_list) / sizeof(adxkey8_list[0]);