mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-13 23:43:34 +00:00
BBVS: Add debug output
This commit is contained in:
parent
cfc626d78d
commit
b72d1b9bc7
@ -43,6 +43,8 @@ void BbvsEngine::playVideo(int videoNum) {
|
||||
return;
|
||||
}
|
||||
|
||||
debug(0, "Screen format: %s", _system->getScreenFormat().toString().c_str());
|
||||
|
||||
Video::VideoDecoder *videoDecoder = new Video::AVIDecoder();
|
||||
if (!videoDecoder->loadFile(videoFilename)) {
|
||||
delete videoDecoder;
|
||||
|
Loading…
x
Reference in New Issue
Block a user