From 7abb3b78727c8d4672197951e62b1c5916b3a54a Mon Sep 17 00:00:00 2001 From: spicyjpeg Date: Thu, 11 Aug 2022 14:23:05 +0200 Subject: Clean up and add audio file to sound/spustream example --- examples/graphics/gte/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/graphics') diff --git a/examples/graphics/gte/main.c b/examples/graphics/gte/main.c index ba96ace..1257c88 100644 --- a/examples/graphics/gte/main.c +++ b/examples/graphics/gte/main.c @@ -265,7 +265,7 @@ void init() { SetDefDrawEnv( &db[0].draw, SCREEN_XRES, 0, SCREEN_XRES, SCREEN_YRES ); /* Enable draw area clear and dither processing */ - setRGB0( &db[0].draw, 0, 255, 0 ); + setRGB0( &db[0].draw, 63, 0, 127 ); db[0].draw.isbg = 1; db[0].draw.dtd = 1; -- cgit v1.2.3