diff options
-rw-r--r-- | engines/touche/plugin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/touche/plugin.cpp b/engines/touche/plugin.cpp index ab635c4984..ccd34c4468 100644 --- a/engines/touche/plugin.cpp +++ b/engines/touche/plugin.cpp @@ -104,6 +104,8 @@ static const Common::ADParams detectionParams = { 0, // Name of single gameid (optional) "touche", + // List of files for file-based fallback detection (optional) + 0, // Flags 0 }; |