[Scummvm-git-logs] scummvm master -> 33424e6c86232edc2fce7056a5a3daa1271f62cc
mgerhardy
martin.gerhardy at gmail.com
Wed Mar 10 06:59:52 UTC 2021
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:
33424e6c86 AGS: added blackwell plugin to resonance to fix the startup
Commit: 33424e6c86232edc2fce7056a5a3daa1271f62cc
https://github.com/scummvm/scummvm/commit/33424e6c86232edc2fce7056a5a3daa1271f62cc
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2021-03-10T07:59:30+01:00
Commit Message:
AGS: added blackwell plugin to resonance to fix the startup
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 6ce07f5dac..0271d2c47d 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -1718,7 +1718,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY("qfi", "agsgame.dat", "2a0ba29e479ca5aa8c6b4233f030e78f", 536513114), // Steam Linux
GAME_ENTRY("qfi", "qfi.exe", "8a7bc4f9ef0e6b0a5b01d3e4d5d5ee7d", 534881961),
GAME_ENTRY("resonance", "resonance.exe", "2e635c22bcbf0ed3d46f1bcde71812d4", 849404957), // GOG
- GAME_ENTRY("resonance", "resonance.exe", "2e635c22bcbf0ed3d46f1bcde71812d4", 849410915), // Steam
+ GAME_ENTRY_PLUGIN_PLATFORM("resonance", "resonance.exe", "2e635c22bcbf0ed3d46f1bcde71812d4", 849410915, AGSTEAM_BLACKWELL, "Steam"), // Steam
GAME_ENTRY("richardandalice", "richardandalice.exe", "1023d348f67ba958f78ed62d029565c7", 109164768), // Steam
GAME_ENTRY("richardandalice", "richardandalice.exe", "f47d11397e2059a25b11057ea6cf3409", 108264256), // Steam
GAME_ENTRY("richardandalice", "richardandalice.exe", "9a7e38a1810e6a1839601fb5c6bd42e6", 108602238), // Desura
More information about the Scummvm-git-logs
mailing list