Oops, 512x512 in 16 bit mode
--HG-- branch : SDL-1.2 extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402377
This commit is contained in:
parent
9d68aabeb7
commit
0f38978e54
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue