mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
@@ -252,8 +252,8 @@ void GLQueueRunner::RunInitSteps(const std::vector<GLRInitStep> &steps, bool ski
|
||||
ERROR_LOG(G3D, "Could not link program:\n %s", infoLog.c_str());
|
||||
ERROR_LOG(G3D, "VS desc:\n%s", vsDesc.c_str());
|
||||
ERROR_LOG(G3D, "FS desc:\n%s", fsDesc.c_str());
|
||||
ERROR_LOG(G3D, "VS:\n%s\n", vsCode);
|
||||
ERROR_LOG(G3D, "FS:\n%s\n", fsCode);
|
||||
ERROR_LOG(G3D, "VS:\n%s\n", LineNumberString(vsCode).c_str());
|
||||
ERROR_LOG(G3D, "FS:\n%s\n", LineNumberString(fsCode).c_str());
|
||||
|
||||
#ifdef _WIN32
|
||||
OutputDebugStringUTF8(infoLog.c_str());
|
||||
|
||||
Reference in New Issue
Block a user