CHEWY: Fix extra game options

This commit is contained in:
Filippos Karapetis 2022-03-25 17:32:25 +02:00
parent 79dabe3435
commit fbe73b6544

View File

@ -122,7 +122,7 @@ static const ADExtraGuiOptionsMap optionsList[] = {
class ChewyMetaEngineDetection : public AdvancedMetaEngineDetection { class ChewyMetaEngineDetection : public AdvancedMetaEngineDetection {
public: public:
ChewyMetaEngineDetection() : AdvancedMetaEngineDetection(Chewy::gameDescriptions, sizeof(Chewy::ChewyGameDescription), chewyGames) { ChewyMetaEngineDetection() : AdvancedMetaEngineDetection(Chewy::gameDescriptions, sizeof(Chewy::ChewyGameDescription), chewyGames, Chewy::optionsList) {
_maxScanDepth = 2; _maxScanDepth = 2;
_flags = kADFlagMatchFullPaths; _flags = kADFlagMatchFullPaths;
} }