aboutsummaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorRuediger Hanke2002-04-16 20:28:56 +0000
committerRuediger Hanke2002-04-16 20:28:56 +0000
commit2ad6eb6ef79088b2335daf0bc2df823c45e92a32 (patch)
treeec535307accbaaa182d1bcb704bca16d7a7e67d1 /system.h
parent0d580b358e752067276f254e2709530f24da6b7f (diff)
downloadscummvm-rg350-2ad6eb6ef79088b2335daf0bc2df823c45e92a32.tar.gz
scummvm-rg350-2ad6eb6ef79088b2335daf0bc2df823c45e92a32.tar.bz2
scummvm-rg350-2ad6eb6ef79088b2335daf0bc2df823c45e92a32.zip
MorphOS CD audio reenableeSystem()
svn-id: r3964
Diffstat (limited to 'system.h')
-rw-r--r--system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/system.h b/system.h
index 37139e769b..95bb0026e9 100644
--- a/system.h
+++ b/system.h
@@ -138,6 +138,7 @@ enum {
GD_WIN32 = 2,
GD_X = 3,
GD_NULL = 4,
+ GD_MORPHOS = 5,
};