Define SDL_DIALOG_DUMMY in SDL_build_config_xbox.h

This commit is contained in:
Daniel Ludwig
2024-10-17 11:07:24 +02:00
committed by Ozkan Sezer
parent dd955332a2
commit 9a5420118a

View File

@@ -228,4 +228,7 @@
/* Enable the camera driver (src/camera/dummy/\*.c) */
#define SDL_CAMERA_DRIVER_DUMMY 1
/* Enable dialog subsystem */
#define SDL_DIALOG_DUMMY 1
#endif /* SDL_build_config_wingdk_h_ */