aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/magnetic
AgeCommit message (Collapse)Author
2019-01-02GLK: Make a _gameFile field in the base Glk enginePaul 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: MAGNETIC: Initial skeleton sub-enginePaul Gilbert