1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-23 03:02:53 +01:00

Merge pull request #951 from raven02/patch-2

RSX disable front face
This commit is contained in:
Raul Tambre 2015-01-04 09:47:09 +02:00
commit 3d2aa622f1

View File

@ -607,7 +607,7 @@ void RSXThread::DoCmd(const u32 fcmd, const u32 cmd, const u32 args_addr, const
case NV4097_SET_FRONT_FACE:
{
const u32 value = ARGS(0);
FrontFace(value);
//FrontFace(value);
}
break;