1
0
mirror of synced 2025-01-20 17:48:51 +01:00

fuck i'm dumb (somehow managed to lose the gamedetect code for tekken 7)

This commit is contained in:
nzgamer41 2019-11-10 14:26:11 +13:00
parent d8b2e61425
commit c3c8b33ac9

View File

@ -474,6 +474,9 @@ void GameDetect::DetectCurrentGame()
case 0x80ebd207:
currentGame = GameID::Theatrhythm;
break;
case 0xdb9c3a90:
currentGame = GameID::Tekken7;
break;
#endif
default:
#ifdef _DEBUG