Closed Web-eWorks closed 7 years ago
Hey, thanks a ton for the contributions!
Only request is that l_glResetAttributes
in gl.c
lose the redundant version check, since the entire function is already only defined for SDL >2.0.2.
You already made a fix much like that in gamecontroller.c
.
Done. Knew I was forgetting something.
Squashed and rebased onto latest master.
2.0.4 support is done; will submit a PR as soon as this is merged.
Add SDL 2.0.2 support, closing #11. Also added literal format strings to address a GCC warning, and added a
.gitignore
entry for thebuild
folder.