mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
TINSEL: Enable the detection entries for DW1 Mac (both the demo and the full version)
This commit is contained in:
parent
6f81d914f2
commit
1214b7a7e4
@ -69,7 +69,7 @@ static const TinselGameDescription gameDescriptions[] = {
|
||||
0,
|
||||
TINSEL_V1,
|
||||
},
|
||||
#if 0
|
||||
|
||||
{ // Macintosh CD Demo V1 version, with *.scn files, see tracker #3110936
|
||||
{
|
||||
"dw",
|
||||
@ -89,7 +89,7 @@ static const TinselGameDescription gameDescriptions[] = {
|
||||
GF_SCNFILES,
|
||||
TINSEL_V1,
|
||||
},
|
||||
#endif
|
||||
|
||||
{ // Multilingual Floppy V1 with *.gra files.
|
||||
// Note: It contains no english subtitles.
|
||||
{
|
||||
@ -474,7 +474,6 @@ static const TinselGameDescription gameDescriptions[] = {
|
||||
},
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
{ // Mac multilanguage CD
|
||||
{
|
||||
"dw",
|
||||
@ -495,8 +494,6 @@ static const TinselGameDescription gameDescriptions[] = {
|
||||
TINSEL_V1,
|
||||
},
|
||||
|
||||
#endif
|
||||
|
||||
{ // German CD re-release "Neon Edition"
|
||||
// Note: This release has ENGLISH.TXT (with german content) instead of GERMAN.TXT
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user