Skip to content

Commit

Permalink
Undo forcing pretending fbfetch is supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Pokechu22 committed Dec 28, 2022
1 parent 3dd3526 commit 51f393f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Core/VideoBackends/OGL/OGLRender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -602,8 +602,8 @@ Renderer::Renderer(std::unique_ptr<GLContext> main_gl_context, float backbuffer_
}
else
{
INFO_LOG_FMT(VIDEO, "Not supported, pretending it is");
g_ogl_config.SupportedFramebufferFetch = EsFbFetchType::FbFetchExt;
INFO_LOG_FMT(VIDEO, "Not supported");
g_ogl_config.SupportedFramebufferFetch = EsFbFetchType::FbFetchNone;
}
g_Config.backend_info.bSupportsFramebufferFetch =
g_ogl_config.SupportedFramebufferFetch != EsFbFetchType::FbFetchNone;
Expand Down

0 comments on commit 51f393f

Please sign in to comment.