mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
gl: Remove a debug print
This commit is contained in:
parent
feabe71183
commit
28534e8833
@ -144,7 +144,6 @@ void GLVertexDecompilerThread::insertMainStart(std::stringstream & OS)
|
||||
|
||||
if (!PI.value.empty())
|
||||
{
|
||||
printf("Value=%s\n", PI.value.c_str());
|
||||
// Simplify default initialization
|
||||
if (PI.value == "vec4(0.0, 0.0, 0.0, 0.0)")
|
||||
registers += " = vec4(0.)";
|
||||
|
Loading…
Reference in New Issue
Block a user