aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/scott/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gargoyle/scott/detection.cpp')
-rw-r--r--engines/gargoyle/scott/detection.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gargoyle/scott/detection.cpp b/engines/gargoyle/scott/detection.cpp
index fdf659e7b7..d2ed4391d0 100644
--- a/engines/gargoyle/scott/detection.cpp
+++ b/engines/gargoyle/scott/detection.cpp
@@ -58,6 +58,8 @@ void ScottMetaEngine::detectGames(const Common::FSList &fslist, DetectedGames &g
if (p->_filesize) {
// Found a match
DetectedGame gd("scott", p->_desc, Common::EN_ANY, Common::kPlatformUnknown, "Scott");
+ gd.addExtraEntry("filename", file->getName());
+
gameList.push_back(gd);
}