TrustedUser
2,147
edits
Line 168: | Line 168: | ||
=== Move Detection Code to the Main Executable === | === Move Detection Code to the Main Executable === | ||
Technical contacts: [[User:Sev|sev]] | Technical contacts: [[User:Sev|sev]], [[User:Criezy|criezy]] | ||
Difficulty: Medium | Difficulty: Medium | ||
Line 175: | Line 175: | ||
What is needed in this task, is changing our plugin system, so detection-related part of MetaEngine goes straight into the main ScummVM executable, and the engines are not required to load for detection. | What is needed in this task, is changing our plugin system, so detection-related part of MetaEngine goes straight into the main ScummVM executable, and the engines are not required to load for detection. | ||
Benefits would be faster game detection as well as the ability to detect games even if the corresponding plugin is missing, and let the user know which plugin is missing and needed to play that game. | |||
You need a medium knowledge of C++ for this task. | You need a medium knowledge of C++ for this task. |