mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12: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)
|
switch (d1.sca_opcode)
|
||||||
{
|
{
|
||||||
case 0x08: //BRA
|
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;
|
is_has_BRA = true;
|
||||||
m_jump_lvls.clear();
|
m_jump_lvls.clear();
|
||||||
d3.HEX = m_data[++i];
|
d3.HEX = m_data[++i];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue