mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 16:59:06 +00:00
XEEN: Add full game names to detection entries
This commit is contained in:
parent
7efb8786eb
commit
d51aa4659b
@ -64,10 +64,10 @@ Common::Platform XeenEngine::getPlatform() const {
|
||||
|
||||
static const PlainGameDescriptor XeenGames[] = {
|
||||
{ "xeen", "Xeen" },
|
||||
{ "cloudsofxeen", "Clouds of Xeen" },
|
||||
{ "darksideofxeen", "Dark Side of Xeen" },
|
||||
{ "worldofxeen", "World of Xeen" },
|
||||
{ "swordsofxeen", "Swords of Xeen" },
|
||||
{ "cloudsofxeen", "Might and Magic IV: Clouds of Xeen" },
|
||||
{ "darksideofxeen", "Might and Magic V: Dark Side of Xeen" },
|
||||
{ "worldofxeen", "Might and Magic: World of Xeen" },
|
||||
{ "swordsofxeen", "Might and Magic: Swords of Xeen" },
|
||||
{0, 0}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user