[Scummvm-git-logs] scummvm master -> 6829865c8f11031a989a88bb3d73402ac3295cf8

neuromancer noreply at scummvm.org
Mon Dec 26 14:48:37 UTC 2022


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:
6829865c8f COMMON: renamed Amstrad CPC platform data to be more precise


Commit: 6829865c8f11031a989a88bb3d73402ac3295cf8
    https://github.com/scummvm/scummvm/commit/6829865c8f11031a989a88bb3d73402ac3295cf8
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2022-12-26T11:48:17-03:00

Commit Message:
COMMON: renamed Amstrad CPC platform data to be more precise

Changed paths:
    common/platform.cpp
    common/platform.h


diff --git a/common/platform.cpp b/common/platform.cpp
index 140a575b92b..157b05c5835 100644
--- a/common/platform.cpp
+++ b/common/platform.cpp
@@ -31,10 +31,10 @@ const PlatformDescription g_platforms[] = {
 	{ "3do", "3do", "3do", "3DO", kPlatform3DO },
 	{ "acorn", "acorn", "acorn", "Acorn", kPlatformAcorn },
 	{ "amiga", "ami", "amiga", "Amiga", kPlatformAmiga },
-	{ "amstrad", "ams", "amstrad", "Amstrad CPC", kPlatformAmstrad },
 	{ "atari8", "atari8", "atari8", "Atari 8-bit", kPlatformAtari8Bit },
 	{ "atari", "atari-st", "st", "Atari ST", kPlatformAtariST },
 	{ "c64", "c64", "c64", "Commodore 64", kPlatformC64 },
+	{ "cpc", "cpc", "cpc", "Amstrad CPC", kPlatformAmstradCPC },
 	{ "pc", "dos", "ibm", "DOS", kPlatformDOS },
 	{ "pc98", "pc98", "pc98", "PC-98", kPlatformPC98 },
 	{ "wii", "wii", "wii", "Nintendo Wii", kPlatformWii },
diff --git a/common/platform.h b/common/platform.h
index 061561b95b9..54f159f1b7e 100644
--- a/common/platform.h
+++ b/common/platform.h
@@ -46,7 +46,7 @@ class String;
 enum Platform : int8 {
 	kPlatformDOS,
 	kPlatformAmiga,
-	kPlatformAmstrad,
+	kPlatformAmstradCPC,
 	kPlatformAtari8Bit,
 	kPlatformAtariST,
 	kPlatformMacintosh,




More information about the Scummvm-git-logs mailing list