diff options
Diffstat (limited to 'libpsx/src/gpu.c')
| -rw-r--r-- | libpsx/src/gpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpsx/src/gpu.c b/libpsx/src/gpu.c index 6a59c72..beb6560 100644 --- a/libpsx/src/gpu.c +++ b/libpsx/src/gpu.c @@ -1045,7 +1045,7 @@ void GsSetDispEnvSimple(int x, int y) void GsLoadFont(int fb_x, int fb_y, int cx, int cy) { - unsigned short pal[2] = {0x0, 0x7fff}; + const unsigned short pal[16] = {0x0, 0x7fff}; LoadImage(psxsdk_font_data, fb_x, fb_y, 16, 128); while(GsIsDrawing()); |
