finished fixing issue #16: fixed Thousands of Colors on Linux

This commit is contained in:
David Ludwig 2017-08-14 13:45:15 -04:00
parent 09c100ff42
commit 0a7640070a
1 changed files with 2 additions and 0 deletions

2
BasiliskII/src/CrossPlatform/video_blit.cpp Normal file → Executable file
View File

@ -504,9 +504,11 @@ bool Screen_blitter_init(VisualFormat const & visual_format, bool native_byte_or
// Windowed 1-bit mode uses a 1-bit X image, so there's no need for special blitting routines
Screen_blit = Blit_Copy_Raw;
/* // dludwig@pobox.com, TODO: This works on OSX (64-bit, at least), but not Linux (32-bit?). Why?
} else if (mac_depth == 16) {
Screen_blit = Blit_Copy_Raw;
*/
} else {