From 9b53ff69901fb80a114f97d101324d919dfe24e8 Mon Sep 17 00:00:00 2001 From: snakemeat Date: Sun, 20 Feb 2011 04:12:20 +0000 Subject: [PATCH] Added key for Nanatsuiro - Drops Pure!! (PS2). git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@927 51a99a44-fe44-0410-b1ba-c3e57ba2b86b --- src/meta/adx_header.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/meta/adx_header.c b/src/meta/adx_header.c index fc64706f..48d03810 100644 --- a/src/meta/adx_header.c +++ b/src/meta/adx_header.c @@ -322,6 +322,11 @@ static struct { * La Corda d'Oro (2005)(-)(Koei)[PSP] * confirmed unique with guessadx */ {0x55b7,0x67e5,0x5387}, + + /* + * Nanatsuiro * Drops Pure!! (2007)(Media Works)[PS2] + * confirmed unique with guessadx */ + {0x6731,0x645d,0x566b}, }; static const int key_count = sizeof(keys)/sizeof(keys[0]);