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

Merge pull request #7 from Nezarn/Nesica

Add another CRC for Ikaruga
This commit is contained in:
Reaver 2018-09-18 01:16:15 +03:00 committed by GitHub
commit 24e555159c

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;