aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1/sound.h
diff options
context:
space:
mode:
authorEugene Sandulenko2009-02-28 10:46:33 +0000
committerEugene Sandulenko2009-02-28 10:46:33 +0000
commit5aa50ec889109864cbdd13298b4026c8ed78f484 (patch)
treef5cdded9d2cd6e5742152df99d176641551b03de /engines/sword1/sound.h
parentc62834cc0c4033acb2d37a65dbcd6a998b88cc76 (diff)
downloadscummvm-rg350-5aa50ec889109864cbdd13298b4026c8ed78f484.tar.gz
scummvm-rg350-5aa50ec889109864cbdd13298b4026c8ed78f484.tar.bz2
scummvm-rg350-5aa50ec889109864cbdd13298b4026c8ed78f484.zip
Patch #2638336: Broken Sword PSX Support
svn-id: r38956
Diffstat (limited to 'engines/sword1/sound.h')
-rw-r--r--engines/sword1/sound.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sword1/sound.h b/engines/sword1/sound.h
index b04f6c2045..cdbdcdf6bb 100644
--- a/engines/sword1/sound.h
+++ b/engines/sword1/sound.h
@@ -69,7 +69,8 @@ enum CowMode {
CowFlac,
CowVorbis,
CowMp3,
- CowDemo
+ CowDemo,
+ CowPSX
};
class Sound {