Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compilation errors with old SDL versions #2781

Closed
wants to merge 1 commit into from
Closed

Fix compilation errors with old SDL versions #2781

wants to merge 1 commit into from

Commits on Nov 14, 2021

  1. Fix compilation errors with old SDL versions

    SDL_PixelFormatEnum has been introduced in SDL 2.0.10:
    <libsdl-org/SDL@cc6a8ac>
    
    SDL_PIXELFORMAT_BGR444 has been introduced in SDL 2.0.12:
    <libsdl-org/SDL@a1c1185>
    
    Fixes #2777 <#2777>
    rom1v committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    da8be4c View commit details
    Browse the repository at this point in the history