From 0fd17a98ffe16e8a8f1e4a916dcc13e67f779bb0 Mon Sep 17 00:00:00 2001 From: kanjitalk755 Date: Sun, 31 Jan 2021 21:20:47 +0900 Subject: [PATCH] BII: fixed thousands colors mode --- BasiliskII/src/CrossPlatform/video_blit.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/BasiliskII/src/CrossPlatform/video_blit.cpp b/BasiliskII/src/CrossPlatform/video_blit.cpp index 5f1a0ae3..ebff0f09 100755 --- a/BasiliskII/src/CrossPlatform/video_blit.cpp +++ b/BasiliskII/src/CrossPlatform/video_blit.cpp @@ -528,16 +528,6 @@ 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; - -#if __MACOSX__ && !defined(SHEEPSHAVER) - // dludwig@pobox.com, HACK: This works on OSX (64-bit, at least), but not Linux (32-bit?). Why? - // To note, __MACOSX__ is an SDL-declared macro (for platform identification at compile time). - } else if (mac_depth == 16) { - - Screen_blit = Blit_Copy_Raw; - -#endif - } else { // Compute RGB shift values