mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-07 11:27:44 +00:00
fix compilation
This commit is contained in:
parent
077d79d059
commit
4c43826d49
@ -82,7 +82,7 @@ void MpegPlayer::init() {
|
|||||||
Graphics::PixelFormat format = Graphics::PixelFormat(16, 5, 6, 5, 0, 11, 5, 0, 0);
|
Graphics::PixelFormat format = Graphics::PixelFormat(16, 5, 6, 5, 0, 11, 5, 0, 0);
|
||||||
_externalSurface->create(MWIDTH, MHEIGHT, format);
|
_externalSurface->create(MWIDTH, MHEIGHT, format);
|
||||||
|
|
||||||
g_system->getTimerManager()->installTimerProc(&timerCallback, _speed, NULL);
|
g_system->getTimerManager()->installTimerProc(&timerCallback, _speed, NULL, "mpeg loop");
|
||||||
}
|
}
|
||||||
|
|
||||||
void MpegPlayer::deinit() {
|
void MpegPlayer::deinit() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user