Fix stacksize

This commit is contained in:
Raul Tambre 2015-02-20 15:55:00 +02:00
parent 948758f758
commit e2d2c9d377
3 changed files with 20 additions and 11 deletions

View file

@ -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];