mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 20:01:25 +00:00
DIRECTOR: Allow punycode in the detection entries
This commit is contained in:
parent
2760b9f737
commit
9f1f955f2a
@ -62,7 +62,7 @@ Common::String DirectorEngine::getEXEName() const {
|
||||
if (startMovie.startMovie.size() > 0)
|
||||
return startMovie.startMovie;
|
||||
|
||||
return _gameDescription->desc.filesDescriptions[0].fileName;
|
||||
return Common::punycode_decodefilename(_gameDescription->desc.filesDescriptions[0].fileName);
|
||||
}
|
||||
|
||||
StartMovie DirectorEngine::getStartMovie() const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user