diff --git a/rpcs3/Emu/GS/GL/GLGSRender.cpp b/rpcs3/Emu/GS/GL/GLGSRender.cpp index 880b8a5eb5..f940a4edf3 100644 --- a/rpcs3/Emu/GS/GL/GLGSRender.cpp +++ b/rpcs3/Emu/GS/GL/GLGSRender.cpp @@ -1013,7 +1013,7 @@ void GLGSRender::ExecCMD() if(m_set_alpha_func && m_set_alpha_ref) { - glAlphaFunc(m_alpha_func, m_alpha_ref); + glAlphaFunc(m_alpha_func, m_alpha_ref/255.0f); checkForGlError("glAlphaFunc"); }