Make it possible for game detection functions to detect language/platform (not yet done by any detector, but will come with the MD5 detection code)
svn-id: r11811
This commit is contained in:
parent
7b498fe7db
commit
f19f73eb50
11 changed files with 68 additions and 32 deletions
|
@ -2866,8 +2866,8 @@ GameList Engine_SCUMM_gameList() {
|
|||
return games;
|
||||
}
|
||||
|
||||
GameList Engine_SCUMM_detectGames(const FSList &fslist) {
|
||||
GameList detectedGames;
|
||||
DetectedGameList Engine_SCUMM_detectGames(const FSList &fslist) {
|
||||
DetectedGameList detectedGames;
|
||||
const ScummGameSettings *g;
|
||||
char detectName[128];
|
||||
char detectName2[128];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue