Skip to content

Commit

Permalink
atari:gem: No bitplanes for NOVA
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Nov 8, 2017
1 parent 9cf77fd commit 4bb80eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video/gem/SDL_gemvideo.c
Expand Up @@ -222,6 +222,8 @@ static void VDI_ReadNOVAInfo(_THIS, short *work_out)
return;
}

VDI_format = VDI_FORMAT_PACK;

switch(VDI_bpp) {
case 15:
VDI_redmask = 31<<2;
Expand Down

0 comments on commit 4bb80eb

Please sign in to comment.