mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Update FragmentProgramDecompiler.cpp
This commit is contained in:
parent
4e80858bed
commit
7dd349ae8e
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ std::string FragmentProgramDecompiler::Format(const std::string& code, bool igno
|
|||
std::pair<std::string, std::string> repl[] = { { "$0", "x2d" } };
|
||||
std::string result = fmt::replace_all(code, repl);
|
||||
|
||||
return fmt::replace_all(code, repl_list);
|
||||
return fmt::replace_all(result, repl_list);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue