mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-04 13:55:03 -06:00
FP: switch to version 420
This commit is contained in:
parent
d9dd3a7eda
commit
7880753099
@ -350,7 +350,7 @@ std::string GLFragmentDecompilerThread::BuildCode()
|
|||||||
p += param.Format();
|
p += param.Format();
|
||||||
}
|
}
|
||||||
|
|
||||||
return std::string("#version 330\n"
|
return std::string("#version 420\n"
|
||||||
"\n"
|
"\n"
|
||||||
+ p + "\n"
|
+ p + "\n"
|
||||||
"void main()\n{\n" + main + "}\n");
|
"void main()\n{\n" + main + "}\n");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user