Skip to content

Commit eace37c

Browse files
committed
Disable GPU screenshots by default
1 parent 278ab54 commit eace37c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

config.def.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,8 +1012,14 @@
10121012
* rather than raw game output. */
10131013
#define DEFAULT_POST_FILTER_RECORD false
10141014

1015+
/* Screenshots named automatically. */
1016+
#define DEFAULT_AUTO_SCREENSHOT_FILENAME true
1017+
10151018
/* Screenshots post-shaded GPU output if available. */
1016-
#define DEFAULT_GPU_SCREENSHOT true
1019+
#define DEFAULT_GPU_SCREENSHOT false
1020+
1021+
/* Record post-shaded GPU output instead of raw game footage if available. */
1022+
#define DEFAULT_GPU_RECORD false
10171023

10181024
/* Watch shader files for changes and auto-apply as necessary. */
10191025
#define DEFAULT_VIDEO_SHADER_WATCH_FILES false
@@ -1022,12 +1028,6 @@
10221028
* when selecting shader presets/passes via the menu */
10231029
#define DEFAULT_VIDEO_SHADER_REMEMBER_LAST_DIR false
10241030

1025-
/* Screenshots named automatically. */
1026-
#define DEFAULT_AUTO_SCREENSHOT_FILENAME true
1027-
1028-
/* Record post-shaded GPU output instead of raw game footage if available. */
1029-
#define DEFAULT_GPU_RECORD false
1030-
10311031
/* OSD-messages. */
10321032
#define DEFAULT_FONT_ENABLE true
10331033

0 commit comments

Comments
 (0)