diff options
| author | spicyjpeg <thatspicyjpeg@gmail.com> | 2022-08-12 11:27:55 +0200 |
|---|---|---|
| committer | spicyjpeg <thatspicyjpeg@gmail.com> | 2022-08-12 11:27:55 +0200 |
| commit | edb967394d22420c9aaad529862a670c016cc2c7 (patch) | |
| tree | a18b6062eedda22d2c1aabb852d2c633199cce2c /examples/graphics/gte | |
| parent | 7abb3b78727c8d4672197951e62b1c5916b3a54a (diff) | |
| download | psn00bsdk-edb967394d22420c9aaad529862a670c016cc2c7.tar.gz | |
Replace ball16c.h headers in examples with .TIM files
Diffstat (limited to 'examples/graphics/gte')
| -rw-r--r-- | examples/graphics/gte/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/graphics/gte/main.c b/examples/graphics/gte/main.c index 1257c88..6907c84 100644 --- a/examples/graphics/gte/main.c +++ b/examples/graphics/gte/main.c @@ -117,7 +117,7 @@ MATRIX light_mtx = { /* Reference texture data */ -extern uint32_t tim_texture[]; +extern const uint32_t tim_texture[]; /* TPage and CLUT values */ uint16_t texture_tpage; /* For the scrolling blending pattern */ |
