FNA-XNA / FNA3D

FNA3D - 3D Graphics Library for FNA
http://fna-xna.github.io/
Other
281 stars 46 forks source link

Make Environment Variable values case-insensitive #170

Closed LittleJay1985 closed 1 year ago

LittleJay1985 commented 1 year ago

Solves a lot of issue of user not realising values are case sensitive. Mainly solves issues with FNA3D_FORCE_DRIVER and /gldevice:%s launch argument, aswell as FNA3D_OPENGL_WINDOW_DEPTHSTENCILFORMAT. Changes SDL_strcmp to SDL_strcasecmp in FNA3D_PrepareWindowAttributes() and OPENGL_PrepareWindowAttributes()