Merge pull request #1228 from Frank-74/patch-8
[Glide64] Transparent text background option
This commit is contained in:
commit
f88667f88d
|
@ -2087,7 +2087,7 @@ void set_message_combiner()
|
||||||
GR_COMBINE_LOCAL_NONE,
|
GR_COMBINE_LOCAL_NONE,
|
||||||
GR_COMBINE_OTHER_TEXTURE,
|
GR_COMBINE_OTHER_TEXTURE,
|
||||||
FXFALSE);
|
FXFALSE);
|
||||||
if (g_settings->buff_clear && (g_settings->show_fps & 0x08))
|
if (g_settings->show_fps & 0x08)
|
||||||
grAlphaBlendFunction(GR_BLEND_SRC_ALPHA,
|
grAlphaBlendFunction(GR_BLEND_SRC_ALPHA,
|
||||||
GR_BLEND_ONE_MINUS_SRC_ALPHA,
|
GR_BLEND_ONE_MINUS_SRC_ALPHA,
|
||||||
GR_BLEND_ZERO,
|
GR_BLEND_ZERO,
|
||||||
|
|
Loading…
Reference in New Issue