diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2018-10-25 18:30:09 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-25 18:30:09 -0300 |
| commit | f0a49a1c94c74886f4cfb35c35d7deec82f6bd8f (patch) | |
| tree | 6bdd103005b7a551b99ea4bd2b7bbf75536e39ce /Ryujinx.Graphics/NvGpuEngine3dReg.cs | |
| parent | 2fd23577cea09a1c270678109ec728026df1cfda (diff) | |
Fix Color Mask values (#473)
* Fix color mask common, set default value on first color mask register
* Missing check
* Better exception messages
* Address PR feedback
* Add fixme as per review feedback
Diffstat (limited to 'Ryujinx.Graphics/NvGpuEngine3dReg.cs')
| -rw-r--r-- | Ryujinx.Graphics/NvGpuEngine3dReg.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics/NvGpuEngine3dReg.cs b/Ryujinx.Graphics/NvGpuEngine3dReg.cs index 6ea22654..6c522eac 100644 --- a/Ryujinx.Graphics/NvGpuEngine3dReg.cs +++ b/Ryujinx.Graphics/NvGpuEngine3dReg.cs @@ -25,7 +25,7 @@ namespace Ryujinx.Graphics StencilBackFuncRef = 0x3d5, StencilBackMask = 0x3d6, StencilBackFuncMask = 0x3d7, - ColorMask = 0x3e4, + ColorMaskCommon = 0x3e4, RTSeparateFragData = 0x3eb, ZetaAddress = 0x3f8, ZetaFormat = 0x3fa, |
