NagyD / SDLPoP

An open-source port of Prince of Persia, based on the disassembly of the DOS version.
GNU General Public License v3.0
1.1k stars 141 forks source link

Add option to disable HW acceleration #217

Closed Ryzee119 closed 4 years ago

Ryzee119 commented 4 years ago

This PR adds a #def in config.h to disable HW acceleration and use the software SDL backend. This is useful for platforms that support SDL2, but not the HW accelerated backend. The option is enabled (to use HW acceleration) by default as per current master.

https://wiki.libsdl.org/SDL_RendererFlags