From acc1a959fe3c4bc5d5e91f1f31e182ff967008ca Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Thu, 1 Jul 2021 11:18:22 +0800 Subject: Fixed missing type errors when compiling libraries due to the new variable type changes --- libpsn00b/include/psxgpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpsn00b/include') diff --git a/libpsn00b/include/psxgpu.h b/libpsn00b/include/psxgpu.h index ac6d98b..ddb4522 100644 --- a/libpsn00b/include/psxgpu.h +++ b/libpsn00b/include/psxgpu.h @@ -615,7 +615,7 @@ DRAWENV *SetDefDrawEnv(DRAWENV *draw, int x, int y, int w, int h); // Debug font functions void FntLoad(int x, int y); -char *FntSort(unsigned int *ot, char *pri, int x, int y, const char *text); +char *FntSort(u_long *ot, char *pri, int x, int y, const char *text); int FntOpen(int x, int y, int w, int h, int isbg, int n); int FntPrint(int id, const char *fmt, ...); char *FntFlush(int id); -- cgit v1.2.3