mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
- Improved sc function binder.
- Improved Module binder. - Added Dump Depth Buffer & Dump Color Buffers options (values can be changed on the fly).
This commit is contained in:
parent
baea02901b
commit
5373747210
13 changed files with 331 additions and 292 deletions
|
@ -333,6 +333,13 @@ void RSXThread::DoCmd(const u32 fcmd, const u32 cmd, mem32_ptr_t& args, const u3
|
|||
|
||||
case NV4097_SET_COLOR_MASK_MRT:
|
||||
{
|
||||
if(args[0]) ConLog.Warning("NV4097_SET_COLOR_MASK_MRT: %x", args[0]);
|
||||
}
|
||||
break;
|
||||
|
||||
case NV4097_SET_BLEND_ENABLE_MRT:
|
||||
{
|
||||
if(args[0]) ConLog.Warning("NV4097_SET_BLEND_ENABLE_MRT: %x", args[0]);
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue