mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 12:05:23 +00:00
Remove duplicate code
This commit is contained in:
parent
4907dedf69
commit
b81e0f9e4c
1 changed files with 2 additions and 11 deletions
|
@ -562,7 +562,9 @@ void GLVertexDecompilerThread::Task()
|
|||
m_instr_count++;
|
||||
|
||||
if (i < m_data.size())
|
||||
{
|
||||
LOG_ERROR(RSX, "Program end before buffer end.");
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
|
@ -739,17 +741,6 @@ void GLVertexDecompilerThread::Task()
|
|||
Emu.Pause();
|
||||
break;
|
||||
}
|
||||
|
||||
if (d3.end)
|
||||
{
|
||||
m_instr_count++;
|
||||
|
||||
if (i < m_data.size())
|
||||
{
|
||||
LOG_ERROR(RSX, "Program end before buffer end.");
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (is_has_BRA || !m_jump_lvls.empty())
|
||||
|
|
Loading…
Add table
Reference in a new issue