Revert CLUT change, seems it causes more problems than it solves. Leaving the comment for future investigation

This commit is contained in:
refractionpcsx2 2017-01-09 22:30:54 +00:00
parent 7c4a952ee0
commit b0baa8d8f9
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ void GSClut::WriteCLUT32_I8_CSM1(const GIFRegTEX0& TEX0, const GIFRegTEXCLUT& TE
{
ALIGN_STACK(32);
//FIXME: Romance of the Three Kingdoms VIII text doesn't like the offset
WriteCLUT_T32_I8_CSM1((uint32*)m_mem->BlockPtr32(0, 0, TEX0.CBP, 1), m_clut/* + ((TEX0.CSA & 15) << 4*/);
WriteCLUT_T32_I8_CSM1((uint32*)m_mem->BlockPtr32(0, 0, TEX0.CBP, 1), m_clut + ((TEX0.CSA & 15) << 4);
}
void GSClut::WriteCLUT32_I4_CSM1(const GIFRegTEX0& TEX0, const GIFRegTEXCLUT& TEXCLUT)