This commit is contained in:
Vaxry 2024-03-18 22:15:24 +00:00
parent 2f19e5be0f
commit db5adea962
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ void CFrameSchedulingManager::gpuDone(wlr_buffer* pBuffer) {
if (!DATA->delayed)
return;
Debug::log(LOG, "Missed a frame, rendering instantly");
// delayed frame, let's render immediately, our shit will be presented soon
// if we finish rendering before the next vblank somehow, kernel will be mad, but oh well
DATA->noVblankTimer = true;