mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-17 07:50:13 +00:00
one more cmd
This commit is contained in:
parent
8e88e531de
commit
b610155956
1 changed files with 9 additions and 0 deletions
|
@ -967,6 +967,15 @@ void RSXThread::DoCmd(const u32 fcmd, const u32 cmd, const u32 args_addr, const
|
||||||
break;
|
break;
|
||||||
|
|
||||||
// Arrays
|
// Arrays
|
||||||
|
case NV4097_INLINE_ARRAY:
|
||||||
|
{
|
||||||
|
if (ARGS(0))
|
||||||
|
{
|
||||||
|
LOG_WARNING(RSX, "TODO: NNV4097_INLINE_ARRAY: 0x%x", ARGS(0));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
case NV4097_DRAW_ARRAYS:
|
case NV4097_DRAW_ARRAYS:
|
||||||
{
|
{
|
||||||
for (u32 c = 0; c < count; ++c)
|
for (u32 c = 0; c < count; ++c)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue