mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 20:34:12 +00:00
DIRECTOR: Fix punycode in detection tables
This commit is contained in:
parent
ad6f533175
commit
a60e144e1e
@ -1035,9 +1035,9 @@ static const DirectorGameDescription gameDescriptions[] = {
|
||||
},
|
||||
|
||||
// Original filename is "•Main Menu" for all
|
||||
MACGAME1("theapartment", "D2", "xn--Main Menu-a88aqz", "fc56c179cb8c6d4938e61ee61fd0032c", 48325, 200),
|
||||
MACGAME1("theapartment", "D3", "xn--Main Menu-a88aqz", "9e838fe1a6af7992d656ca325e38dee5", 47911, 300),
|
||||
MACGAME1("theapartment", "D4", "xn--Main Menu-a88aqz", "ff86181f03fe6eb060f65a985ca0580d", 160612, 400),
|
||||
MACGAME1("theapartment", "D2", "xn--Main Menu-zd0e", "fc56c179cb8c6d4938e61ee61fd0032c", 48325, 200),
|
||||
MACGAME1("theapartment", "D3", "xn--Main Menu-zd0e", "9e838fe1a6af7992d656ca325e38dee5", 47911, 300),
|
||||
MACGAME1("theapartment", "D4", "xn--Main Menu-zd0e", "ff86181f03fe6eb060f65a985ca0580d", 160612, 400),
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
//
|
||||
@ -1144,8 +1144,8 @@ static const DirectorGameDescription gameDescriptions[] = {
|
||||
MACGAME1_l("tri3dtrial", "", "Tri-3D-Trial", "cfa68a1bc49251497ebde18e5fc9c217", 271223, Common::JA_JPN, 200),
|
||||
|
||||
// Original file name is Spaceship Warlock™
|
||||
MACGAME1("warlock", "v1.0", "Spaceship Warlock", "cfa68a1bc49251497ebde18e5fc9c217", 271093, 200),
|
||||
MACGAME1("warlock", "v1.1.1", "Spaceship Warlock", "cfa68a1bc49251497ebde18e5fc9c217", 271107, 200),
|
||||
MACGAME1("warlock", "v1.0", "xn--Spaceship Warlock-306j", "cfa68a1bc49251497ebde18e5fc9c217", 271093, 200),
|
||||
MACGAME1("warlock", "v1.1.1", "xn--Spaceship Warlock-306j", "cfa68a1bc49251497ebde18e5fc9c217", 271107, 200),
|
||||
MACDEMO1("warlock", "v1.0 Demo", "Spaceship Warlock Demo", "cfa68a1bc49251497ebde18e5fc9c217", 271099, 200),
|
||||
MACDEMO1("warlock", "v1.1.1 Demo", "SS Warlock Movie Trailer", "cfa68a1bc49251497ebde18e5fc9c217", 273377, 200),
|
||||
|
||||
@ -2415,9 +2415,10 @@ static const DirectorGameDescription gameDescriptions[] = {
|
||||
// Full game is not Director
|
||||
WINDEMO1("mechwarrior2", "Demo", "MW2DEMO.EXE", "4a8fd0d74faef305bc935e1aac94d3e8", 712817, 400),
|
||||
|
||||
MACGAME2("mediaband", "v1.0", "xn--Meet MediaBand-eca49b68a", "17efee018a660458fae80de4364021ac", 483774,
|
||||
// Original file name is Meet MediaBand™
|
||||
MACGAME2("mediaband", "v1.0", "xn--Meet MediaBand-yk6h", "17efee018a660458fae80de4364021ac", 483774,
|
||||
"title", "88e717a623bc2690d84a1246e512eaff", 2646636, 404),
|
||||
MACGAME2("mediaband", "v1.1", "xn--Meet MediaBand-eca49b68a", "17efee018a660458fae80de4364021ac", 483774,
|
||||
MACGAME2("mediaband", "v1.1", "xn--Meet MediaBand-yk6h", "17efee018a660458fae80de4364021ac", 483774,
|
||||
"title", "14a64b7999d909a23df7842cec65458c", 2752392, 404),
|
||||
WINGAME1("mediaband", "v1.1", "MEDIABND.EXE", "0cfb9b4762e33ab56d656a0eb146a048", 717921, 404),
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user