mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-12 13:13:43 +00:00
one more cmd
This commit is contained in:
parent
8e88e531de
commit
b610155956
@ -967,6 +967,15 @@ void RSXThread::DoCmd(const u32 fcmd, const u32 cmd, const u32 args_addr, const
|
||||
break;
|
||||
|
||||
// Arrays
|
||||
case NV4097_INLINE_ARRAY:
|
||||
{
|
||||
if (ARGS(0))
|
||||
{
|
||||
LOG_WARNING(RSX, "TODO: NNV4097_INLINE_ARRAY: 0x%x", ARGS(0));
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
case NV4097_DRAW_ARRAYS:
|
||||
{
|
||||
for (u32 c = 0; c < count; ++c)
|
||||
|
Loading…
x
Reference in New Issue
Block a user