mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Merge remote-tracking branch 'origin/master' into Android-trash
This commit is contained in:
commit
605bbf5ca8
417 changed files with 23059 additions and 19251 deletions
|
@ -145,7 +145,7 @@ void OpenGL_ReportARBProgramError()
|
|||
{
|
||||
GLint loc = 0;
|
||||
glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &loc);
|
||||
ERROR_LOG(VIDEO, "program error at %d: ", loc);
|
||||
ERROR_LOG(VIDEO, "Program error at %d: ", loc);
|
||||
ERROR_LOG(VIDEO, "%s", (char*)pstr);
|
||||
ERROR_LOG(VIDEO, "\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue