ENGINES: Change incorrect use of 'target' to 'gameid'
This commit is contained in:
parent
252a505db2
commit
4827cc914a
25 changed files with 51 additions and 51 deletions
|
@ -108,9 +108,9 @@ static const ADParams detectionParams = {
|
|||
sizeof(Saga::SAGAGameDescription),
|
||||
// Number of bytes to compute MD5 sum for
|
||||
5000,
|
||||
// List of all engine targets
|
||||
// List of all engine gameid
|
||||
sagaGames,
|
||||
// Structure for autoupgrading obsolete targets
|
||||
// Structure for autoupgrading obsolete gameids
|
||||
obsoleteGameIDsTable,
|
||||
// Name of single gameid (optional)
|
||||
"saga",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue