Remove warning about 32 bpp since it is no longer an issue
This commit is contained in:
@@ -669,13 +669,6 @@ int saybitdepth()
|
|||||||
const SDL_VideoInfo *info;
|
const SDL_VideoInfo *info;
|
||||||
SDL_Init(SDL_INIT_VIDEO);
|
SDL_Init(SDL_INIT_VIDEO);
|
||||||
info = SDL_GetVideoInfo();
|
info = SDL_GetVideoInfo();
|
||||||
MyBitsPerPixel = info->vfmt->BitsPerPixel;
|
|
||||||
switch (MyBitsPerPixel)
|
|
||||||
{
|
|
||||||
case 0: printf("Cannot detect bitdepth. On fbcon and svgalib this is normal.\nTrying to force 16 bpp.\n\n"); break;
|
|
||||||
case 16: break;
|
|
||||||
default: printf("You are running in %d bpp, but ZSNES is forcing 16 bpp.\nYou may experience poor performance and/or crashing.\n\n", MyBitsPerPixel); break;
|
|
||||||
}
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user