mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 16:03:24 +00:00
Add acorn platform.
svn-id: r19564
This commit is contained in:
parent
b4908f449e
commit
5307f21742
@ -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}
|
||||
};
|
||||
|
@ -139,7 +139,8 @@ enum Platform {
|
||||
kPlatformWindows = 5,
|
||||
kPlatformNES = 6,
|
||||
kPlatformC64 = 7,
|
||||
kPlatformLinux = 8
|
||||
kPlatformLinux = 8,
|
||||
kPlatformAcorn = 9
|
||||
/*
|
||||
kPlatformSEGA,
|
||||
kPlatformPCEngine
|
||||
|
Loading…
x
Reference in New Issue
Block a user