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. --- libpsn00b/psxetc/font.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpsn00b/psxetc/font.c') diff --git a/libpsn00b/psxetc/font.c b/libpsn00b/psxetc/font.c index 3b0370b..2f062b7 100644 --- a/libpsn00b/psxetc/font.c +++ b/libpsn00b/psxetc/font.c @@ -22,7 +22,7 @@ void FntLoad(int x, int y) { _font_tpage = getTPage( 0, 0, pos.x, 0 ) | 0x200; LoadImage( &pos, tim.paddr ); - DrawSync(); + DrawSync(0); // Load font clut pos = *tim.crect; @@ -32,6 +32,6 @@ void FntLoad(int x, int y) { _font_clut = getClut( pos.x, pos.y ); LoadImage( &pos, tim.caddr ); - DrawSync(); + DrawSync(0); } \ No newline at end of file -- cgit v1.2.3