From 9060feba923156d24f2855e11e1d363cb5902b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Garc=C3=ADa?= Date: Thu, 17 Sep 2015 11:08:06 +0200 Subject: [PATCH] (Vita) Set background color to black --- gfx/drivers/vita2d_gfx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/drivers/vita2d_gfx.c b/gfx/drivers/vita2d_gfx.c index fae9642cfd..6ae2d33117 100644 --- a/gfx/drivers/vita2d_gfx.c +++ b/gfx/drivers/vita2d_gfx.c @@ -71,7 +71,7 @@ static void *vita2d_gfx_init(const video_info_t *video, RARCH_SCALE_BASE, video->input_scale, RARCH_SCALE_BASE * video->input_scale); vita2d_init(); - vita2d_set_clear_color(RGBA8(0x40, 0x40, 0x40, 0xFF)); + vita2d_set_clear_color(RGBA8(0x00, 0x00, 0x00, 0xFF)); vita2d_set_vblank_wait(video->vsync); if (vita->rgb32)