Fixed dlss issues.

This commit is contained in:
Justin Marshall
2026-05-21 08:19:03 -07:00
parent ce78a355f5
commit 2e4265f5a1
17 changed files with 97617 additions and 92471 deletions
+6 -1
View File
@@ -281,6 +281,11 @@ static void R_CheckCvars( void ) {
R_SetColorMappings();
}
if ( r_frameGen.IsModified() ) {
r_frameGen.ClearModified();
QD3D12_SetFrameGenerationMultiplier( r_frameGen.GetInteger() );
}
// check for changes to logging state
// GLimp_EnableLogging( r_logFile.GetInteger() != 0 );
}
@@ -1050,4 +1055,4 @@ idRenderSystemLocal::LoadImage
*/
void idRenderSystemLocal::LoadImage(const char* cname, byte** pic, int* width, int* height, ID_TIME_T* timestamp, bool makePowerOf2) {
R_LoadImage(cname, pic, width, height, timestamp, makePowerOf2);
}
}