From 5d43ddfe0160f0e3cf8cc317a3393838b2a7dded Mon Sep 17 00:00:00 2001 From: dborth Date: Fri, 3 Jul 2009 13:37:31 +0000 Subject: [PATCH] disable debugging console --- source/ngc/video.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ngc/video.cpp b/source/ngc/video.cpp index 93c8dfb..9b85e50 100644 --- a/source/ngc/video.cpp +++ b/source/ngc/video.cpp @@ -548,7 +548,7 @@ InitGCVideo () xfb[1] = (u32 *) MEM_K0_TO_K1 (SYS_AllocateFramebuffer (vmode)); // A console is always useful while debugging - console_init (xfb[0], 20, 64, vmode->fbWidth, vmode->xfbHeight, vmode->fbWidth * 2); + //console_init (xfb[0], 20, 64, vmode->fbWidth, vmode->xfbHeight, vmode->fbWidth * 2); // Clear framebuffers etc. VIDEO_ClearFrameBuffer (vmode, xfb[0], COLOR_BLACK);