mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
CHEWY: Fix extra game options
This commit is contained in:
parent
79dabe3435
commit
fbe73b6544
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user