mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-22 20:45:22 +00:00
Minor fix
This commit is contained in:
parent
4967771df5
commit
1b6bd42201
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Reference in a new issue