From 5e3e026f92cca8fb75800baa5eaf3918cb9e08ca Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 23 Apr 2006 14:47:43 +0000 Subject: Also output the description when running DETECTOR_TESTING_HACK svn-id: r22106 --- base/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'base') diff --git a/base/main.cpp b/base/main.cpp index 772dafb145..48b00a0aef 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -336,8 +336,9 @@ extern "C" int scummvm_main(int argc, char *argv[]) { } for (DetectedGameList::iterator x = candidates.begin(); x != candidates.end(); ++x) { - printf(" gameid '%s', language '%s', platform '%s'\n", + printf(" gameid '%s', desc '%s', language '%s', platform '%s'\n", x->gameid.c_str(), + x->description.c_str(), Common::getLanguageCode(x->language), Common::getPlatformCode(x->platform)); } -- cgit v1.2.3