SS, x86_64: fix thousands colors mode

This commit is contained in:
kanjitalk755 2021-06-30 22:00:59 +09:00
parent 90edd35246
commit ab586a5a09
1 changed files with 1 additions and 1 deletions

View File

@ -529,7 +529,7 @@ 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 !DIRECT_ADDRESSING
#if !DIRECT_ADDRESSING && defined(__aarch64__)
} else if (mac_depth == 16) {
Screen_blit = Blit_Copy_Raw;