Added 16bpp motion blur support

This commit is contained in:
pagefault
2003-03-02 03:13:16 +00:00
parent 8cf5011098
commit 061c58c62a
2 changed files with 138 additions and 3 deletions

View File

@@ -2051,6 +2051,7 @@ void clearwin()
}
extern void DrawWin256x224x16();
extern void DrawWin256x224x16MB();
extern void DrawWin256x224x32();
extern void DrawWin256x224x32MB();
extern void DrawWin320x240x16();
@@ -2115,7 +2116,8 @@ void drawscreenwin(void)
{
case 16:
{
DrawWin256x224x16();
if (MotionBlur == 1) DrawWin256x224x16MB();
else DrawWin256x224x16();
break;
}
case 32: