From a9b446f915e3b14a0171cefdc35ff75d1d585ccd Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sun, 3 Jan 2021 00:37:24 +0100 Subject: Fix const-correctness on psxgpu - Added GsSetDrawEnv_DMA and GsUploadCLUT. --- libpsx/src/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpsx/src/font.h') diff --git a/libpsx/src/font.h b/libpsx/src/font.h index b1c71cb..2ff635e 100644 --- a/libpsx/src/font.h +++ b/libpsx/src/font.h @@ -4,7 +4,7 @@ // The font was created by John Reeves Hall -unsigned char psxsdk_font_data[] = +const unsigned char psxsdk_font_data[] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -- cgit v1.2.3