mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +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 {
|
||||
public:
|
||||
ChewyMetaEngineDetection() : AdvancedMetaEngineDetection(Chewy::gameDescriptions, sizeof(Chewy::ChewyGameDescription), chewyGames) {
|
||||
ChewyMetaEngineDetection() : AdvancedMetaEngineDetection(Chewy::gameDescriptions, sizeof(Chewy::ChewyGameDescription), chewyGames, Chewy::optionsList) {
|
||||
_maxScanDepth = 2;
|
||||
_flags = kADFlagMatchFullPaths;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user