diff --git a/src/GPU3D_Compute.cpp b/src/GPU3D_Compute.cpp index 672735bd..da255950 100644 --- a/src/GPU3D_Compute.cpp +++ b/src/GPU3D_Compute.cpp @@ -591,6 +591,7 @@ struct Variant void ComputeRenderer::RenderFrame(GPU& gpu) { + assert(!NeedsShaderCompile()); if (!Texcache.Update(gpu) && gpu.GPU3D.RenderFrameIdentical) { return;