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/platform/visualc/config.h')
-rw-r--r--src/platform/visualc/config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/platform/visualc/config.h b/src/platform/visualc/config.h
index 44c15209a..5ae48fd5f 100644
--- a/src/platform/visualc/config.h
+++ b/src/platform/visualc/config.h
@@ -16,7 +16,10 @@
/* Define to 1 to enable internal debugger, requires libcurses */
#define C_DEBUG 0
-/* Define to 1 to enable screenshots, requires libpng */
+/* Define to 1 to enable rendered screenshots, requires SDL_image */
+#define C_SDL_IMAGE 1
+
+/* Define to 1 to enable surface screenshots, requires libpng */
#define C_SSHOT 1
/* Define to 1 to use opengl display output support */