TotalCross / totalcross

TotalCross is a Software Development Kit that helps cross platform application development. Currently supported platforms are: Windows, Wince, Android, iOS, Linux and Linux ARM for embedded systems.
https://www.totalcross.com
GNU Lesser General Public License v2.1
222 stars 40 forks source link

sdl: force usage of software renderer for linux arm #279

Closed flsobral closed 3 years ago

flsobral commented 3 years ago

Some devices crash when opengl is used, so for now, we'll force the usage of the software renderer until we find a way to test for hardware accelerated graphics support without crashing.

probably fixes #259