We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e38a83 + 2c3010e commit 3993dd9Copy full SHA for 3993dd9
fixes.cpp
@@ -22,5 +22,10 @@ bool fix_bugs() {
22
__nop(0x40BC18, 5); //fixes spam with "MAX_PACKET_USERCMDS" if you have 1000 fps
23
__nop(0x43BA04, 5); //Removing second "Need Paks:" because it's useless one is enough
24
25
+ // do not print list of GL extensions to avoid crashing
26
+ __nop(0x4B2EC0, 6); // GL_EXTENSIONS print in GlxInfo_f
27
+ __nop(0x4B2ED4, 6); // WGL_EXTENSIONS print in GlxInfo_f
28
+ __nop(0x508D18, 6); // another GL_EXTENSIONS print
29
+
30
return ret;
31
}
0 commit comments