mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 18:58:36 +12:00
gl: Remove a debug print
This commit is contained in:
parent
feabe71183
commit
28534e8833
1 changed files with 0 additions and 1 deletions
|
@ -144,7 +144,6 @@ void GLVertexDecompilerThread::insertMainStart(std::stringstream & OS)
|
||||||
|
|
||||||
if (!PI.value.empty())
|
if (!PI.value.empty())
|
||||||
{
|
{
|
||||||
printf("Value=%s\n", PI.value.c_str());
|
|
||||||
// Simplify default initialization
|
// Simplify default initialization
|
||||||
if (PI.value == "vec4(0.0, 0.0, 0.0, 0.0)")
|
if (PI.value == "vec4(0.0, 0.0, 0.0, 0.0)")
|
||||||
registers += " = vec4(0.)";
|
registers += " = vec4(0.)";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue