mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 08:21:29 +12:00
Fix stacksize
This commit is contained in:
parent
948758f758
commit
e2d2c9d377
3 changed files with 20 additions and 11 deletions
|
@ -536,7 +536,7 @@ void GLVertexDecompilerThread::Task()
|
|||
switch (d1.sca_opcode)
|
||||
{
|
||||
case 0x08: //BRA
|
||||
LOG_WARNING(RSX, "BRA found. Please report to RPCS3 team.");
|
||||
LOG_ERROR(RSX, "BRA found. Please report to RPCS3 team.");
|
||||
is_has_BRA = true;
|
||||
m_jump_lvls.clear();
|
||||
d3.HEX = m_data[++i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue