mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01: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 a new issue