(GX2) Display menu texture at full opacity

rgui does its own transparency effects in the texture, so we don't have 
to add another 50% on that
This commit is contained in:
Ash Logan 2019-06-05 23:19:35 +10:00
parent 87be0d366f
commit 24fba02a9f

View File

@ -371,7 +371,7 @@ static void *wiiu_gfx_init(const video_info_t *video,
wiiu->menu.v->coord.v = 0.0f;
wiiu->menu.v->coord.width = 1.0f;
wiiu->menu.v->coord.height = 1.0f;
wiiu->menu.v->color = 0xFFFFFF80;
wiiu->menu.v->color = 0xFFFFFFFF;
GX2Invalidate(GX2_INVALIDATE_MODE_CPU_ATTRIBUTE_BUFFER, wiiu->menu.v, 4 * sizeof(*wiiu->menu.v));
wiiu->vertex_cache.size = 0x1000;