diff options
| author | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2022-01-17 15:57:04 +0100 |
|---|---|---|
| committer | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2022-01-17 15:57:04 +0100 |
| commit | de38196a978548b61c4b45115d24ef743b9eef90 (patch) | |
| tree | 52cddb7f0f316724fa61dfdad91ee1804e29f62a /libpsn00b/include/psxgpu.h | |
| parent | de9047f568f2f3509b56a2b566d7353cae616eb7 (diff) | |
| download | psn00bsdk-de38196a978548b61c4b45115d24ef743b9eef90.tar.gz | |
Minor psxgpu/psxpad header changes
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 f50b841..f061219 100644 --- a/libpsn00b/include/psxgpu.h +++ b/libpsn00b/include/psxgpu.h @@ -609,7 +609,7 @@ void AddPrim(u_long* ot, void* pri); // Function definitions (C) -int GetTimInfo(u_long *tim, TIM_IMAGE *timimg); /* ORIGINAL */ +int GetTimInfo(const u_long *tim, TIM_IMAGE *timimg); /* ORIGINAL */ DISPENV *SetDefDispEnv(DISPENV *disp, int x, int y, int w, int h); DRAWENV *SetDefDrawEnv(DRAWENV *draw, int x, int y, int w, int h); |
