From 7be9178c0f9b0e698a305ecc5c0c41fcc596a4fc Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Sun, 23 Jun 2019 07:42:16 +0800 Subject: LibPSn00b officially v0.10b, added psxsio library, better DrawSync() and VSync(), better reference manual. --- examples/balls/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/balls') diff --git a/examples/balls/main.c b/examples/balls/main.c index 3e23fb5..ba6a391 100644 --- a/examples/balls/main.c +++ b/examples/balls/main.c @@ -203,8 +203,8 @@ int main(int argc, const char* argv[]) { nextpri += sizeof(DR_TPAGE); /* Wait for GPU and VSync */ - DrawSync(); - VSync(); + DrawSync( 0 ); + VSync( 0 ); /* Since draw.isbg is non-zero this clears the screen */ PutDrawEnv( &draw ); -- cgit v1.2.3