diff --git a/plugins/GSdx/Renderers/DX11/GSDevice11.cpp b/plugins/GSdx/Renderers/DX11/GSDevice11.cpp index 44e2ad6823..d0a8274202 100644 --- a/plugins/GSdx/Renderers/DX11/GSDevice11.cpp +++ b/plugins/GSdx/Renderers/DX11/GSDevice11.cpp @@ -1506,7 +1506,7 @@ void GSDevice11::CompileShader(std::vector source, const char* fn, ID3DInc if(error) { - //fprintf(stderr, "%s\n", (const char*)error->GetBufferPointer()); + fprintf(stderr, "%s\n", (const char*)error->GetBufferPointer()); } if(FAILED(hr))