From 1b6bd42201273825c7f95d97d898130f07c19b2b Mon Sep 17 00:00:00 2001 From: raven02 Date: Sun, 14 Dec 2014 00:39:28 +0800 Subject: [PATCH] Minor fix --- rpcs3/Emu/RSX/GL/GLVertexProgram.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/RSX/GL/GLVertexProgram.cpp b/rpcs3/Emu/RSX/GL/GLVertexProgram.cpp index 8edaf15b7f..b774c688e6 100644 --- a/rpcs3/Emu/RSX/GL/GLVertexProgram.cpp +++ b/rpcs3/Emu/RSX/GL/GLVertexProgram.cpp @@ -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];