summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/d3d/d3dhlsl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/render/d3d/d3dhlsl.h')
-rw-r--r--src/osd/modules/render/d3d/d3dhlsl.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/osd/modules/render/d3d/d3dhlsl.h b/src/osd/modules/render/d3d/d3dhlsl.h
index 3dda52de423..fd31e2fe679 100644
--- a/src/osd/modules/render/d3d/d3dhlsl.h
+++ b/src/osd/modules/render/d3d/d3dhlsl.h
@@ -78,9 +78,8 @@ public:
CU_FOCUS_SIZE,
CU_PHOSPHOR_MODE,
- CU_PHOSPHOR_TAU,
+ CU_PHOSPHOR_TIME,
CU_PHOSPHOR_BETA,
- CU_PHOSPHOR_GAMMA,
CU_LCD_PERSISTENCE,
@@ -209,9 +208,8 @@ struct hlsl_options
float power[3];
float floor[3];
int phosphor_mode;
- float phosphor_tau[3];
+ float phosphor_time[3];
float phosphor_beta[3];
- float phosphor_gamma[3];
float lcd_persistence;
float saturation;