From 01fe30bd8bae59ab954751b08bcc1d158eff7edb Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Thu, 1 Jul 2021 08:45:46 +0800 Subject: Added int*_t and uint*_t variable types and updated type definitions in psxgpu and psxcd, to improve compatibility with code written for the official SDK. --- examples/demos/n00bdemo/disp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/demos/n00bdemo/disp.h') diff --git a/examples/demos/n00bdemo/disp.h b/examples/demos/n00bdemo/disp.h index ecf6dcf..2c76270 100644 --- a/examples/demos/n00bdemo/disp.h +++ b/examples/demos/n00bdemo/disp.h @@ -1,6 +1,7 @@ #ifndef _DISP_H #define _DISP_H +#include #include #define SCENE_TIME 60*15 @@ -13,7 +14,7 @@ void initDisplay(); void display(); -extern unsigned int ot[2][OT_LEN]; +extern u_long ot[2][OT_LEN]; extern char *nextpri; extern int db; -- cgit v1.2.3