From c07e838e04d362fc4115f97de362e7c3a74edfe4 Mon Sep 17 00:00:00 2001 From: Frank-74 Date: Thu, 1 Dec 2016 06:55:15 +0000 Subject: [PATCH] [Glide64] Transparent text background option Make transparent text display work if buffer clear on every frame is off. --- Source/Glide64/Util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Glide64/Util.cpp b/Source/Glide64/Util.cpp index ac7cb49a7..905b0e136 100644 --- a/Source/Glide64/Util.cpp +++ b/Source/Glide64/Util.cpp @@ -2087,7 +2087,7 @@ void set_message_combiner() GR_COMBINE_LOCAL_NONE, GR_COMBINE_OTHER_TEXTURE, FXFALSE); - if (g_settings->buff_clear && (g_settings->show_fps & 0x08)) + if (g_settings->show_fps & 0x08) grAlphaBlendFunction(GR_BLEND_SRC_ALPHA, GR_BLEND_ONE_MINUS_SRC_ALPHA, GR_BLEND_ZERO,