mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 10:18:40 +12: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::pair<std::string, std::string> repl[] = { { "$0", "x2d" } };
|
||||||
std::string result = fmt::replace_all(code, repl);
|
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
Add a link
Reference in a new issue