diff options
author | 2015-11-18 18:01:01 +0100 | |
---|---|---|
committer | 2015-11-18 18:01:01 +0100 | |
commit | d5c6dc78e9a1d12b3aa86d7565e731643cfe4c18 (patch) | |
tree | 92047c45338e0237fca43b1b199e02576605e5ee /hlsl | |
parent | 05f83580c068e9c05619961fb6d6c630d3917c0b (diff) |
Cleanup
- fixed not used HLSL settings from <custom>.ini if MAME was started
without driver parameter
- removed default values from HLSL sliders, the defaults here are more
like null values to hint when an effect would be disable
- slightly changed default HLSL settings
Diffstat (limited to 'hlsl')
-rw-r--r-- | hlsl/artwork_support/post.fx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hlsl/artwork_support/post.fx b/hlsl/artwork_support/post.fx index 5fb864c3ef2..64ca2032678 100644 --- a/hlsl/artwork_support/post.fx +++ b/hlsl/artwork_support/post.fx @@ -347,7 +347,7 @@ float2 GetAdjustedCoords(float2 coord, float2 centerOffset, float distortionAmou // apply ratio difference between screen and quad coord /= RatioCorrection; - // applay screen scale + // apply screen scale coord /= ScreenScale; // distort coordinates |