aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan2/detection.cpp
AgeCommit message (Collapse)Author
2019-06-22GLK: ALAN2: Add detection entriesPaul Gilbert
2018-12-31GLK: Standardizing on a common GameDescriptor class for detectorsPaul Gilbert
2018-12-28GLK: Simplify arrays of valid extensions in detection codePaul Gilbert
Suggested by Sev as a way to avoid having both arrays and array sizes
2018-12-28GLK: Fix out of bound access in detection codeThierry Crozat
This caused some random asserts when for example trying to add any game as Common::Str::hasSuffixIgnoreCase could be called with a null pointer.
2018-12-27GLK: ALAN2: Initial skeleton sub-engineFilippos Karapetis