# | Line 703 | Line 703 | static bool init_xf86_dga(int width, int | |
---|---|---|
703 | the_buffer = (uint8 *)allocate_framebuffer(the_buffer_size); | |
704 | memset(the_buffer, 0, the_buffer_size); | |
705 | } | |
706 | < | #elif ENABLE_VOSF |
706 | > | #elif defined(ENABLE_VOSF) |
707 | // The UAE memory handlers will already handle color conversion, if needed. | |
708 | use_vosf = false; | |
709 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |