mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-23 18:53:08 +08:00
This happens to work here because we don't have anything too complex, afaik. Rejecting strings with underscores was crucial for other things, like video with all its X11 variables, so this can't be applied to the other subsystems. (Also, renaming the `SDL_VIDEO_RENDER_OGL_ES2` variable might be nice, too, but let's keep this simple for now.) Fixes #13938.