1
0
mirror of synced 2025-02-01 04:15:50 +01:00

Add another CRC for Ikaruga

This commit is contained in:
Nezarn 2018-09-17 22:09:54 +02:00
parent 80179e9c89
commit f1e29132ca

View File

@ -34,6 +34,7 @@ void GameDetect::DetectCurrentGame()
isNesica = true;
break;
case 0x2809c7c0: // Ikaruga
case 0xef4c3efd:
currentGame = GameID::Nesica;
NesicaKey = NesicaKey::None;
isNesica = true;