Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/config.h.in b/src/config.h.in
index df120abc4..56abf5842 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -109,7 +109,10 @@
// Define to 1 to enable Novell NE 2000 NIC emulation
#mesondefine C_NE2000
-// Define to 1 to enable screenshots in .png format
+// Define to 1 to enable rendered screenshots in .png format (using SDL2_image)
+#mesondefine C_SDL_IMAGE
+
+// Define to 1 to enable surface screenshots in .png format
#mesondefine C_SSHOT
// Define to 1 to enable the Tracy profiling server