diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2021-01-03 00:37:24 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2021-01-03 01:02:23 +0100 |
| commit | a9b446f915e3b14a0171cefdc35ff75d1d585ccd (patch) | |
| tree | 37c8f759210062197e526b94d0d83183c9feb6d0 /libpsx/src/font.h | |
| parent | 5043ded4b6f89dfc861b067577f797a8ab5a7342 (diff) | |
| download | psxsdk-a9b446f915e3b14a0171cefdc35ff75d1d585ccd.tar.gz | |
Fix const-correctness on psxgpu
- Added GsSetDrawEnv_DMA and GsUploadCLUT.
Diffstat (limited to 'libpsx/src/font.h')
| -rw-r--r-- | libpsx/src/font.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
