mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 15:32:59 +00:00
(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:
parent
87be0d366f
commit
24fba02a9f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user