Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: [SDL] remove hint to avoid hardware acceleration (OpenTTD#11790)
This hint was once needed because of the way we handled surfaces. But as OpenGL already uses a hardware surface, we already had to fix all the issues that comes with it. As that is generic code, this hint is no longer actually needed. Further more, recent SDL versions break because of it on Wayland.
- Loading branch information