CHEWY: Fix extra game options
This commit is contained in:
parent
79dabe3435
commit
fbe73b6544
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ static const ADExtraGuiOptionsMap optionsList[] = {
|
|||
|
||||
class ChewyMetaEngineDetection : public AdvancedMetaEngineDetection {
|
||||
public:
|
||||
ChewyMetaEngineDetection() : AdvancedMetaEngineDetection(Chewy::gameDescriptions, sizeof(Chewy::ChewyGameDescription), chewyGames) {
|
||||
ChewyMetaEngineDetection() : AdvancedMetaEngineDetection(Chewy::gameDescriptions, sizeof(Chewy::ChewyGameDescription), chewyGames, Chewy::optionsList) {
|
||||
_maxScanDepth = 2;
|
||||
_flags = kADFlagMatchFullPaths;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue