TONY: Rewamped the detection fully, so there are no false positives
This commit is contained in:
parent
0d50189563
commit
f3da93a476
2 changed files with 137 additions and 107 deletions
|
@ -33,9 +33,17 @@ static const PlainGameDescriptor tonyGames[] = {
|
|||
|
||||
#include "tony/detection_tables.h"
|
||||
|
||||
static const char *const directoryGlobs[] = {
|
||||
"roasted",
|
||||
"voices",
|
||||
0
|
||||
};
|
||||
|
||||
class TonyMetaEngineDetection : public AdvancedMetaEngineDetection {
|
||||
public:
|
||||
TonyMetaEngineDetection() : AdvancedMetaEngineDetection(Tony::gameDescriptions, sizeof(Tony::TonyGameDescription), tonyGames) {
|
||||
_maxScanDepth = 2;
|
||||
_directoryGlobs = directoryGlobs;
|
||||
}
|
||||
|
||||
const char *getEngineId() const override {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue