mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
FP: switch to version 420
This commit is contained in:
parent
d9dd3a7eda
commit
7880753099
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ std::string GLFragmentDecompilerThread::BuildCode()
|
|||
p += param.Format();
|
||||
}
|
||||
|
||||
return std::string("#version 330\n"
|
||||
return std::string("#version 420\n"
|
||||
"\n"
|
||||
+ p + "\n"
|
||||
"void main()\n{\n" + main + "}\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue