diff options
| author | Matthew Parlane <parlane@gmail.com> | 2013-04-12 17:11:32 +1200 |
|---|---|---|
| committer | Matthew Parlane <parlane@gmail.com> | 2013-04-12 17:11:32 +1200 |
| commit | d5ef9f3e85e411e1dcad0fc1c77091ce7fc3501a (patch) | |
| tree | 6b4d74d784f9f5d7bfbb7ec7a3db04c0e49814c6 /Source/Core/VideoCommon/Src/VertexLoader.cpp | |
| parent | 2c51b34f3c65e1fdd8200b37deca68253308164e (diff) | |
| parent | 2c722bb04fa95143894a937577237dd1586b8dbe (diff) | |
Merge branch 'master' into wii-network
Diffstat (limited to 'Source/Core/VideoCommon/Src/VertexLoader.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/VertexLoader.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Src/VertexLoader.cpp b/Source/Core/VideoCommon/Src/VertexLoader.cpp index d1e8b14e8a..f27271efe6 100644 --- a/Source/Core/VideoCommon/Src/VertexLoader.cpp +++ b/Source/Core/VideoCommon/Src/VertexLoader.cpp @@ -659,6 +659,10 @@ void VertexLoader::SetVAT(u32 _group0, u32 _group1, u32 _group2) m_VtxAttr.texCoord[7].Elements = vat.g2.Tex7CoordElements; m_VtxAttr.texCoord[7].Format = vat.g2.Tex7CoordFormat; m_VtxAttr.texCoord[7].Frac = vat.g2.Tex7Frac; + + if(!m_VtxAttr.ByteDequant) { + ERROR_LOG(VIDEO, "ByteDequant is set to zero"); + } }; void VertexLoader::AppendToString(std::string *dest) const |
