mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-07 13:03:09 +00:00
Minor fix
This commit is contained in:
parent
4967771df5
commit
1b6bd42201
@ -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…
Reference in New Issue
Block a user