mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-17 09:48:12 +00:00
change detected game to trying to start game as this message is displayed even when there aren't any resource files in the specified directory
svn-id: r6313
This commit is contained in:
parent
b5d0e48695
commit
53ba3e7cee
@ -577,7 +577,7 @@ bool GameDetector::detectGame()
|
||||
_gameRealName = gnl->filename;
|
||||
_features = gnl->features;
|
||||
_gameText = gnl->gamename;
|
||||
debug(1, "Detected game '%s', version %d.%d.%d",
|
||||
debug(1, "Trying to start game '%s', version %d.%d.%d",
|
||||
gnl->gamename, gnl->major, gnl->middle, gnl->minor);
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user