Two more renames to make things read better

This commit is contained in:
Henrik Rydgård 2022-10-17 08:34:03 +02:00
parent 9b8a5d1db3
commit 30aa07b156
6 changed files with 10 additions and 10 deletions

View file

@ -537,7 +537,7 @@ u32 DrawEngineCommon::NormalizeVertices(u8 *outPtr, u8 *bufPtr, const u8 *inPtr,
}
void DrawEngineCommon::ApplyFramebufferRead(FBOTexState *fboTexState) {
if (gstate_c.Use(GPU_USE_ANY_FRAMEBUFFER_FETCH)) {
if (gstate_c.Use(GPU_USE_FRAMEBUFFER_FETCH)) {
*fboTexState = FBO_TEX_READ_FRAMEBUFFER;
} else {
gpuStats.numCopiesForShaderBlend++;