mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
redundant 24bpp warning
This commit is contained in:
@@ -2734,9 +2734,6 @@ static void GUI_StartUp() {
|
||||
if (SDL_BITSPERPIXEL(sdl.desktop.pixelFormat) == 24) {
|
||||
LOG_MSG("SDL: You are running in 24 bpp mode, this will slow down things!");
|
||||
}
|
||||
if (sdl.desktop.bpp==24) {
|
||||
LOG_MSG("SDL: You are running in 24 bpp mode, this will slow down things!");
|
||||
}
|
||||
#else
|
||||
sdl.overlay=0;
|
||||
/* Initialize screen for first time */
|
||||
|
Reference in New Issue
Block a user