[Scummvm-git-logs] scummvm master -> df51d5f6c957bbfebeda12e3d5d23021a8c5b282

sev- noreply at scummvm.org
Sun Feb 12 22:38:31 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
df51d5f6c9 DIRECTOR: Fix Mac detection entries for chu-teng


Commit: df51d5f6c957bbfebeda12e3d5d23021a8c5b282
    https://github.com/scummvm/scummvm/commit/df51d5f6c957bbfebeda12e3d5d23021a8c5b282
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-02-12T23:38:18+01:00

Commit Message:
DIRECTOR: Fix Mac detection entries for chu-teng

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index fe2b86f374b..bcf6b59cff6 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -3401,8 +3401,9 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACGAME1("chunchunworld", "Theme Song Artist", "ARTIST.EXE", "e4b601ba3bf6fe9c661e0ab520c6c9cc", 696877, 404),
 	MACGAME1("chunchunworld", "Theme Song View", "TSV_SL.EXE", "190b00ab0c009de914a5f3c5878547fb", 5596259, 404),
 
-	// Original Mac filename is 中天スタート
-	MACGAME1_l("chuteng", "", "Chu-Teng Start", "ea646eccc9a53f44ce082459d4809a06", 484351, Common::JA_JPN, 404),
+	// テュテ愿ャVテ厩テ運テ
+	MACGAME1_l("chuteng", "", "xn--VX^[g-6lazbd6pugk", "r:ea646eccc9a53f44ce082459d4809a06", 484095, Common::JA_JPN, 404),
+	MACGAME1("chuteng", "", "xn--VX^[g-6lazbd6pugk", "r:ea646eccc9a53f44ce082459d4809a06", 484351, 404),
 	WINGAME1_l("chuteng", "", "CHUTENG.EXE", "aaef7b33829ff7b0243412c89869e011", 746971, Common::JA_JPN, 404),
 
 	MACDEMO1("cinemac", "Sample Projector", "Sample Projector with BackDrop", "2c27791a84756be6201d281bad54f7bb", 285958, 404),




More information about the Scummvm-git-logs mailing list