mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
typos
This commit is contained in:
parent
fc23243d01
commit
04ad49de4d
48 changed files with 117 additions and 118 deletions
|
@ -296,7 +296,7 @@ void VertexProgramDecompiler::AddCodeCond(const std::string& dst, const std::str
|
|||
std::string cond = compareFunction(cond_string_table[d0.cond], AddCondReg() + swizzle, getFloatTypeName(4) + "(0., 0., 0., 0.)");
|
||||
|
||||
ShaderVariable dst_var(dst);
|
||||
dst_var.symplify();
|
||||
dst_var.simplify();
|
||||
|
||||
//const char *c_mask = f;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue