Add fixme as per review feedback

This commit is contained in:
gdkchan 2018-10-23 17:31:27 -03:00
parent fa832f88e0
commit cfb14b78d5

View file

@ -66,7 +66,7 @@ namespace Ryujinx.Graphics
}
//Ensure that all components are enabled by default.
//Is this correct?
//FIXME: Is this correct?
WriteRegister(NvGpuEngine3dReg.ColorMaskN, 0x1111);
}