1
0
mirror of synced 2025-02-23 13:39:06 +01:00

Merge pull request #63 from nzgamer41/tekken7

Tekken 7 FR gamedetect fix
This commit is contained in:
Reaver 2019-11-10 04:32:18 +02:00 committed by GitHub
commit 961337ce39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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