Minor fix

This commit is contained in:
raven02 2014-12-14 00:39:28 +08:00
parent 4967771df5
commit 1b6bd42201
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ void GLVertexDecompilerThread::Task()
switch (d1.sca_opcode)
{
case 0x08: //BRA
LOG_WARNING(RSX, "BRA finded. Please, report to RPCS3 team.");
LOG_WARNING(RSX, "BRA found. Please report to RPCS3 team.");
is_has_BRA = true;
m_jump_lvls.clear();
d3.HEX = m_data[++i];