mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
Remove base offset
This commit is contained in:
parent
2679e4f526
commit
86fff9800f
3 changed files with 2 additions and 12 deletions
|
@ -880,17 +880,7 @@ void RSXThread::DoCmd(const u32 fcmd, const u32 cmd, const u32 args_addr, const
|
|||
}
|
||||
|
||||
case NV4097_SET_VERTEX_DATA_BASE_OFFSET:
|
||||
{
|
||||
m_vertex_data_base_offset = ARGS(0);
|
||||
|
||||
if (count >= 2)
|
||||
{
|
||||
m_vertex_data_base_index = ARGS(1);
|
||||
}
|
||||
|
||||
//LOG_WARNING(RSX, "NV4097_SET_VERTEX_DATA_BASE_OFFSET: 0x%x", m_vertex_data_base_offset);
|
||||
break;
|
||||
}
|
||||
|
||||
case NV4097_SET_VERTEX_DATA_BASE_INDEX:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue