From 0d4345a9bf2623df079c50a3bc73cbb7deca1176 Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Wed, 17 Jul 2019 11:30:07 +0800 Subject: Added C++ support, updated build instructions and makefiles, consolidated libc and libgcc (during build process), libraries now v0.12b and more --- libpsn00b/psxetc/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpsn00b/psxetc/font.c') diff --git a/libpsn00b/psxetc/font.c b/libpsn00b/psxetc/font.c index 69d864c..46718d0 100644 --- a/libpsn00b/psxetc/font.c +++ b/libpsn00b/psxetc/font.c @@ -19,7 +19,7 @@ void FntLoad(int x, int y) { pos.x = x; pos.y = y; - _font_tpage = getTPage( 0, 0, pos.x, pos.y ) | 0x200; + _font_tpage = getTPage( 0, 0, pos.x, pos.y ); LoadImage( &pos, tim.paddr ); DrawSync(0); -- cgit v1.2.3