chores: change Virtua Tennis 3's type to fighting as requested
This commit is contained in:
parent
dcdff43f21
commit
96a21d2cb7
@ -549,7 +549,7 @@ static int detectGame(uint32_t elf_crc)
|
||||
config.gameTitle = "Virtua Tennis 3 Rev A";
|
||||
config.gameDVP = "DVP-0005A";
|
||||
config.gameID = "SBKX";
|
||||
config.gameType = VT3;
|
||||
config.gameType = FIGHTING;
|
||||
config.gameStatus = WORKING;
|
||||
return 0;
|
||||
}
|
||||
@ -561,7 +561,7 @@ static int detectGame(uint32_t elf_crc)
|
||||
config.gameTitle = "Virtua Tennis 3 Rev B";
|
||||
config.gameDVP = "DVP-0005B";
|
||||
config.gameID = "SBKX";
|
||||
config.gameType = VT3;
|
||||
config.gameType = FIGHTING;
|
||||
config.gameStatus = WORKING;
|
||||
return 0;
|
||||
}
|
||||
@ -573,7 +573,7 @@ static int detectGame(uint32_t elf_crc)
|
||||
config.gameTitle = "Virtua Tennis 3 Rev C";
|
||||
config.gameDVP = "DVP-0005C";
|
||||
config.gameID = "SBKX";
|
||||
config.gameType = VT3;
|
||||
config.gameType = FIGHTING;
|
||||
config.gameStatus = WORKING;
|
||||
return 0;
|
||||
}
|
||||
|
@ -109,7 +109,6 @@ typedef enum
|
||||
DRIVING,
|
||||
HARLEY,
|
||||
FIGHTING,
|
||||
VT3,
|
||||
ABC
|
||||
} GameType;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user