Skip to content

Commit

Permalink
Don't use hardware overlay by default (seems much faster this way)
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 11, 2004
1 parent d7d4f34 commit 98ce103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/windx5/SDL_dx5yuv.c
Expand Up @@ -35,7 +35,7 @@ static char rcsid =
#include "SDL_dx5yuv_c.h"
#include "SDL_yuvfuncs.h"

#define USE_DIRECTX_OVERLAY
//#define USE_DIRECTX_OVERLAY

/* The functions used to manipulate software video overlays */
static struct private_yuvhwfuncs dx5_yuvfuncs = {
Expand Down

0 comments on commit 98ce103

Please sign in to comment.