Build config flags are either defined or undefined, never 0

This is for consistency with CMake build configuration

Also added SDL_VIDEO_RENDER_GPU to the non-CMake build configurations
This commit is contained in:
Sam Lantinga
2024-09-05 09:52:40 -07:00
parent e3fd581aca
commit 387774ab8a
59 changed files with 212 additions and 306 deletions
-2
View File
@@ -141,5 +141,3 @@ char *SDL_SYS_GetUserFolder(SDL_Folder folder)
SDL_Unsupported();
return NULL;
}
// vi: set ts=4 sw=4 expandtab: