Ticket #5536: AmigaOS4-OpenGL.diff

File AmigaOS4-OpenGL.diff, 565 bytes (added by raziel-, 13 years ago)

This changes makes the white screen disappear but with wrong UI colors

  • backends/graphics/opengl/opengl-graphics.cpp

     
    11391139        } else
    11401140                _gameTexture->refresh();
    11411141
    1142         _overlayFormat = Graphics::PixelFormat(2, 5, 5, 5, 1, 11, 6, 1, 0);
     1142//      _overlayFormat = Graphics::PixelFormat(2, 5, 5, 5, 1, 11, 6, 1, 0);
     1143        _overlayFormat = Graphics::PixelFormat(2, 4, 4, 4, 4, 12, 8, 4, 0);
    11431144
    11441145        if (!_overlayTexture) {
    11451146                byte bpp;