From bb813719b56a3e2a51b7c73385d036f61fdde584 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Thu, 15 Sep 2016 18:39:45 +0200 Subject: ENGINES: Change targets to have an 'engine ID' The engine ID identifies which engine should be used to launch the target. Also remove the 'single ID' system. Different games from engines that used that system now have different game IDs. Also-By: Matthew Hoops --- engines/macventure/detection.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engines/macventure/detection.cpp') diff --git a/engines/macventure/detection.cpp b/engines/macventure/detection.cpp index 5c419e8934..d258ea05ea 100644 --- a/engines/macventure/detection.cpp +++ b/engines/macventure/detection.cpp @@ -63,10 +63,6 @@ public: _md5Bytes = 5000000; // TODO: Upper limit, adjust it once all games are added } - const char *getName() const { - return "MacVenture"; - } - const char *getEngineId() const override { return "macventure"; } -- cgit v1.2.3