diff options
| author | spicyjpeg <thatspicyjpeg@gmail.com> | 2024-10-14 11:57:37 +0200 |
|---|---|---|
| committer | spicyjpeg <thatspicyjpeg@gmail.com> | 2024-10-14 11:57:37 +0200 |
| commit | 9c792e636a7803f8003643b2f91f040257398b3f (patch) | |
| tree | aba34ef7a6ccada29a563de32132a9e11f351e9a /libpsn00b/include/psxgpu.h | |
| parent | f5b439060d2724c549f2abbc2b16d7b0257ee0b8 (diff) | |
| download | psn00bsdk-9c792e636a7803f8003643b2f91f040257398b3f.tar.gz | |
Update submodules, minor bugfixes and updates
Diffstat (limited to 'libpsn00b/include/psxgpu.h')
| -rw-r--r-- | libpsn00b/include/psxgpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpsn00b/include/psxgpu.h b/libpsn00b/include/psxgpu.h index d562420..52ddba8 100644 --- a/libpsn00b/include/psxgpu.h +++ b/libpsn00b/include/psxgpu.h @@ -329,7 +329,7 @@ _DEF_PRIM(POLY_FT3, _DEF_PRIM(POLY_FT4, uint8_t r0, g0, b0, code; - uint16_t x0, y0; + int16_t x0, y0; uint8_t u0, v0; uint16_t clut; int16_t x1, y1; |
