aboutsummaryrefslogtreecommitdiff
path: root/examples/graphics
diff options
context:
space:
mode:
authorspicyjpeg <thatspicyjpeg@gmail.com>2022-08-11 14:23:05 +0200
committerspicyjpeg <thatspicyjpeg@gmail.com>2022-08-11 14:23:05 +0200
commit7abb3b78727c8d4672197951e62b1c5916b3a54a (patch)
tree987fb4c0cc83a3104fb8f1b94aa03ab7b9f67a73 /examples/graphics
parenta1081f296bca4f718cf31e5b6a262661d132e9e4 (diff)
downloadpsn00bsdk-7abb3b78727c8d4672197951e62b1c5916b3a54a.tar.gz
Clean up and add audio file to sound/spustream example
Diffstat (limited to 'examples/graphics')
-rw-r--r--examples/graphics/gte/main.c2
1 files changed, 1 insertions, 1 deletions
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;