mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 20:01:25 +00:00
KYRA: Do not hide target ids for disabled subengines
This commit is contained in:
parent
77d2d3d061
commit
f38243f5fb
@ -71,7 +71,6 @@ const ADExtraGuiOptionsMap gameGuiOptions[] = {
|
||||
}
|
||||
},
|
||||
|
||||
#ifdef ENABLE_LOL
|
||||
// LoL options
|
||||
|
||||
{
|
||||
@ -110,9 +109,7 @@ const ADExtraGuiOptionsMap gameGuiOptions[] = {
|
||||
false
|
||||
}
|
||||
},
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_EOB
|
||||
// EoB options
|
||||
|
||||
{
|
||||
@ -137,8 +134,6 @@ const ADExtraGuiOptionsMap gameGuiOptions[] = {
|
||||
}
|
||||
},
|
||||
|
||||
#endif
|
||||
|
||||
AD_EXTRA_GUI_OPTIONS_TERMINATOR
|
||||
};
|
||||
|
||||
|
@ -1748,13 +1748,9 @@ const PlainGameDescriptor gameList[] = {
|
||||
{ "kyra1", "The Legend of Kyrandia" },
|
||||
{ "kyra2", "The Legend of Kyrandia: The Hand of Fate" },
|
||||
{ "kyra3", "The Legend of Kyrandia: Malcolm's Revenge" },
|
||||
#ifdef ENABLE_LOL
|
||||
{ "lol", "Lands of Lore: The Throne of Chaos" },
|
||||
#endif // ENABLE_LOL
|
||||
#ifdef ENABLE_EOB
|
||||
{ "eob", "Eye of the Beholder" },
|
||||
{ "eob2", "Eye of the Beholder II: The Legend of Darkmoon" },
|
||||
#endif // ENABLE_EOB
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user