1
0
mirror of synced 2025-02-07 23:01:30 +01:00

added crcs for 3d cosplay mahjong, akai katana shin, battle fantasia network edition, chaos code 1.03 and 2.11

This commit is contained in:
nzgamer41 2019-12-02 19:34:32 +13:00
parent eb711c87be
commit 7c3df5feca

View File

@ -49,7 +49,6 @@ void GameDetect::DetectCurrentGame()
NesicaKey = NesicaKey::None;
isNesica = true;
break;
case 0x6e67076f:
currentGame = GameID::Nesica;
NesicaKey = NesicaKey::BlazBlueCentralFriction;
@ -471,6 +470,31 @@ void GameDetect::DetectCurrentGame()
case 0x72c27333:
currentGame = GameID::JLeague;
break;
case 0x43de771f: // 3D Cosplay Mahjong (runs in windowed mode permanently for some reason)
currentGame = GameID::Nesica;
NesicaKey = NesicaKey::None;
isNesica = true;
break;
case 0x04ce5f18: // Akai Katana Shin for NESiCAxLive (was working but now isnt?)
currentGame = GameID::Nesica;
NesicaKey = NesicaKey::None;
isNesica = true;
break;
case 0xaf3d84cc: //Battle Fantasia Network Edition for NESiCAxLive (I/O not working)
currentGame = GameID::Nesica;
NesicaKey = NesicaKey::None;
isNesica = true;
break;
case 0xac86efec: //Chaos Code v1.03
currentGame = GameID::Nesica;
NesicaKey = NesicaKey::None;
isNesica = true;
break;
case 0xa742a607: //Chaos Code v2.11
currentGame = GameID::Nesica;
NesicaKey = NesicaKey::None;
isNesica = true;
break;
#ifdef _AMD64_
case 0x80ebd207:
currentGame = GameID::Theatrhythm;