Skip to content

Commit

Permalink
Oops, 512x512 in 16 bit mode
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jun 25, 2007
1 parent 584dcac commit f169feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/nds/SDL_ndsvideo.c
Expand Up @@ -331,7 +331,7 @@ SDL_Surface *NDS_SetVideoMode(_THIS, SDL_Surface *current,
if(bpp==8)
current->pitch =1024;
else
current->pitch =1024*2;
current->pitch =512*2;

/* We're done */
return(current);
Expand Down

0 comments on commit f169feb

Please sign in to comment.