Skip to content

Commit

Permalink
Enable ShaderRegex dumping by default
Browse files Browse the repository at this point in the history
This option seems like it will generally be more useful than not, so
enable by default.
  • Loading branch information
DarkStarSword committed Mar 26, 2019
1 parent 3268014 commit 5f4420e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dependencies/d3dx.ini
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ next_marking_mode = no_modifiers VK_DECIMAL VK_NUMPAD0
; "mono_snapshot" = take mono screenshot (previously called mark_snapshot=1)
; "stereo_snapshot" = take stereo screenshot (previously called mark_snapshot=2)
; "snapshot_if_pink" = limit mono/stereo_snapshot to when marking_mode=pink
marking_actions = clipboard hlsl asm stereo_snapshot snapshot_if_pink
marking_actions = clipboard regex hlsl asm stereo_snapshot snapshot_if_pink

; Key bindings: For A-Z and 0-9 on the number row, just use that single
; character. For everything else (including mouse buttons), use the virtual key
Expand Down

0 comments on commit 5f4420e

Please sign in to comment.