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