aboutsummaryrefslogtreecommitdiff
path: root/common/util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/util.cpp')
-rw-r--r--common/util.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/util.cpp b/common/util.cpp
index 1b2a448d51..4196bd929b 100644
--- a/common/util.cpp
+++ b/common/util.cpp
@@ -179,6 +179,7 @@ const PlatformDescription g_platforms[] = {
{"nes", "nes", "NES", kPlatformNES},
{"pc", "dos", "DOS", kPlatformPC},
{"windows", "win", "Windows", kPlatformWindows},
+ {"acorn", "acorn", "Acorn", kPlatformAcorn},
{0, 0, "Default", kPlatformUnknown}
};