mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 08:21:29 +12:00
Clean an useless added line
This commit is contained in:
parent
6a408301d7
commit
11980346c9
1 changed files with 0 additions and 1 deletions
|
@ -332,7 +332,6 @@ public:
|
||||||
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
ParamArray param_array;
|
|
||||||
auto& vprog = GetCgRef<CgBinaryVertexProgram>(prog.program);
|
auto& vprog = GetCgRef<CgBinaryVertexProgram>(prog.program);
|
||||||
m_arb_shader += "\n";
|
m_arb_shader += "\n";
|
||||||
m_arb_shader += fmt::format("# binaryFormatRevision 0x%x\n", (u32)prog.binaryFormatRevision);
|
m_arb_shader += fmt::format("# binaryFormatRevision 0x%x\n", (u32)prog.binaryFormatRevision);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue