GPU: Add sw texture copies

This commit is contained in:
wheremyfoodat 2025-01-03 21:24:46 +02:00
parent 5042594f3b
commit 86ea40a9e5
4 changed files with 42 additions and 1 deletions

View file

@ -792,6 +792,8 @@ void RendererGL::textureCopy(u32 inputAddr, u32 outputAddr, u32 totalBytes, u32
shutUpCounter++;
printf("RendererGL::TextureCopy failed to locate src framebuffer!\n");
}
doSoftwareTextureCopy(inputAddr, outputAddr, copySize, inputWidth, inputGap, outputWidth, outputGap);
return;
}