mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-11 10:30:09 +00:00
finished fixing issue #16: fixed Thousands of Colors on Linux
This commit is contained in:
parent
09c100ff42
commit
0a7640070a
2
BasiliskII/src/CrossPlatform/video_blit.cpp
Normal file → Executable file
2
BasiliskII/src/CrossPlatform/video_blit.cpp
Normal file → Executable 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 {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user