diff options
author | Matthew Hoops | 2012-01-10 22:36:33 -0500 |
---|---|---|
committer | Willem Jan Palenstijn | 2012-02-23 22:48:18 +0100 |
commit | 8fea4968909eb5f3d154ae7f2964afba20033c50 (patch) | |
tree | ae191020573624cbee82ac885584213870da30c1 /video/psx_decoder.h | |
parent | 66cd8bdd68d9e0d14e40c9f55c06f8ea9cf2006b (diff) | |
download | scummvm-rg350-8fea4968909eb5f3d154ae7f2964afba20033c50.tar.gz scummvm-rg350-8fea4968909eb5f3d154ae7f2964afba20033c50.tar.bz2 scummvm-rg350-8fea4968909eb5f3d154ae7f2964afba20033c50.zip |
VIDEO: Clarify which PSX streams we can play
Diffstat (limited to 'video/psx_decoder.h')
-rw-r--r-- | video/psx_decoder.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/video/psx_decoder.h b/video/psx_decoder.h index 621870448b..c8ad92c45a 100644 --- a/video/psx_decoder.h +++ b/video/psx_decoder.h @@ -48,6 +48,9 @@ namespace Video { /** * Decoder for PSX stream videos. + * This currently implements the most basic PSX stream format that is + * used by most games on the system. Special variants are not supported + * at this time. * * Video decoder used in engines: * - sword1 (psx) |