Skip to content

Commit

Permalink
Change display depth defaults for ReShade 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
crosire committed Apr 9, 2020
1 parent e33e97e commit f312ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shaders/DisplayDepth.fx
Expand Up @@ -7,7 +7,7 @@

#include "ReShade.fxh"

#if __RESHADE__ < 30101
#if (__RESHADE__ < 30101) || (__RESHADE__ >= 40600)
#define __DISPLAYDEPTH_UI_FAR_PLANE_DEFAULT__ 1000.0
#define __DISPLAYDEPTH_UI_UPSIDE_DOWN_DEFAULT__ 0
#define __DISPLAYDEPTH_UI_REVERSED_DEFAULT__ 0
Expand Down

0 comments on commit f312ff0

Please sign in to comment.