From 65f5e1c74f88c63d055d7aa786195b878e9d5115 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 30 May 2014 22:19:51 +0200 Subject: [PATCH] (PS3) libdbgfont - double buffer size in bytes (was getting crashes with a lot of shader parameters ) --- gfx/fonts/ps_libdbgfont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/fonts/ps_libdbgfont.c b/gfx/fonts/ps_libdbgfont.c index 686ea20ffc..d6a0bc3184 100644 --- a/gfx/fonts/ps_libdbgfont.c +++ b/gfx/fonts/ps_libdbgfont.c @@ -25,7 +25,7 @@ #define DbgFontExit sceDbgFontExit #elif defined(__CELLOS_LV2__) #include -#define SCE_DBGFONT_BUFSIZE_LARGE 1024 +#define SCE_DBGFONT_BUFSIZE_LARGE 2048 #define DbgFontPrint(x, y, scale, color, msg) cellDbgFontPrintf(x, y, scale, color, msg) #define DbgFontConfig CellDbgFontConfig #define DbgFontInit cellDbgFontInit