-
Notifications
You must be signed in to change notification settings - Fork 794
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
[Issue Report]: SDL_RenderSetIntegerScale() is required but not avalible in SDL 2.0.3 #7534
Comments
Ah, that function is only available since SDL 2.0.5, so we should guard against that |
I'm ok with either. We could just hide the interger scale option on older SDL. PPC Mac has SDL 1.2.15 and 2.0.3. And so fare it feels like the SDL 1.2 port works better (but since I have only tested DevilutionX 1.0.3 not many features where available). We already turn it off when SDL1.2 is in use. |
Looks like |
Let's see if the latest SDL2 works on 10.4 ppc mac with macports. Might take a week to find out, things are very slow to build |
The fact that if you click in the upper right corner you hit the OS search bar makes the SDL2 that is in tigerbrew really undesirable any way. |
Operating System
Mac PPC
DevilutionX version
1.5.3
Describe
We support SDL 2.0.3 but when trying to build you get an error regarding
SDL_RenderSetIntegerScale()
not being found.To Reproduce
Find an old version of SDL2, try to compile
Expected Behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: