Add another CRC for Ikaruga
This commit is contained in:
parent
80179e9c89
commit
f1e29132ca
@ -34,6 +34,7 @@ void GameDetect::DetectCurrentGame()
|
|||||||
isNesica = true;
|
isNesica = true;
|
||||||
break;
|
break;
|
||||||
case 0x2809c7c0: // Ikaruga
|
case 0x2809c7c0: // Ikaruga
|
||||||
|
case 0xef4c3efd:
|
||||||
currentGame = GameID::Nesica;
|
currentGame = GameID::Nesica;
|
||||||
NesicaKey = NesicaKey::None;
|
NesicaKey = NesicaKey::None;
|
||||||
isNesica = true;
|
isNesica = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user