sync handling of subsystems II.

This commit is contained in:
pionere
2022-01-11 10:45:41 +01:00
committed by Ryan C. Gordon
parent 65e9415b98
commit eb80f2c65a
5 changed files with 9 additions and 11 deletions

View File

@@ -25,12 +25,10 @@
#include "SDL_stdinc.h"
#if defined(SDL_LOADSO_DISABLED)
#undef SDL_VIDEO_VULKAN
#define SDL_VIDEO_VULKAN 0
#endif
#if SDL_VIDEO_VULKAN
#if SDL_LOADSO_DISABLED || SDL_LOADSO_DUMMY
#error You should not be here.
#endif
#if SDL_VIDEO_DRIVER_ANDROID
#define VK_USE_PLATFORM_ANDROID_KHR