mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Implemented NV4097_SET_TWO_SIDE_LIGHT_EN
This commit is contained in:
parent
ff29320a34
commit
88cc03b9e2
4 changed files with 16 additions and 0 deletions
|
|
@ -1117,6 +1117,12 @@ void RSXThread::DoCmd(const u32 fcmd, const u32 cmd, const u32 args_addr, const
|
|||
}
|
||||
break;
|
||||
|
||||
case NV4097_SET_TWO_SIDE_LIGHT_EN:
|
||||
{
|
||||
m_set_two_side_light_enable = ARGS(0) ? true : false;
|
||||
}
|
||||
break;
|
||||
|
||||
case NV4097_SET_STENCIL_MASK:
|
||||
{
|
||||
m_set_stencil_mask = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue