mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 06:41:51 +00:00
ENGINES: Make AdvancedMetaEngine::detectGame() virtual
This commit is contained in:
parent
23870196f5
commit
3850b115f8
@ -313,7 +313,7 @@ protected:
|
||||
* @param extra restrict results to specified extra string (only if kADFlagUseExtraAsHint is set)
|
||||
* @return list of ADGameDescription pointers corresponding to matched games
|
||||
*/
|
||||
ADGameDescList detectGame(const Common::FSNode &parent, const FileMap &allFiles, Common::Language language, Common::Platform platform, const Common::String &extra) const;
|
||||
virtual ADGameDescList detectGame(const Common::FSNode &parent, const FileMap &allFiles, Common::Language language, Common::Platform platform, const Common::String &extra) const;
|
||||
|
||||
/**
|
||||
* Iterates over all ADFileBasedFallback records inside fileBasedFallback.
|
||||
|
Loading…
x
Reference in New Issue
Block a user