mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
RSX disable front face
This commit is contained in:
parent
fc97e3d2b8
commit
ec7b351cf0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue