mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
TESTBED: Dither videos
This commit is contained in:
parent
ff9313056d
commit
8f3834e3a4
@ -59,7 +59,7 @@ void TestbedEngine::videoTest() {
|
||||
|
||||
const Graphics::Surface *frame = video->decodeNextFrame();
|
||||
if (frame) {
|
||||
Graphics::Surface *conv = frame->convertTo(pixelformat);
|
||||
Graphics::Surface *conv = frame->convertTo(pixelformat, 0, 0, palette, 256);
|
||||
|
||||
int x = 0, y = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user