mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +00:00
(PS3) libdbgfont - double buffer size in bytes (was getting crashes
with a lot of shader parameters )
This commit is contained in:
parent
d7aa48aa33
commit
65f5e1c74f
@ -25,7 +25,7 @@
|
|||||||
#define DbgFontExit sceDbgFontExit
|
#define DbgFontExit sceDbgFontExit
|
||||||
#elif defined(__CELLOS_LV2__)
|
#elif defined(__CELLOS_LV2__)
|
||||||
#include <cell/dbgfont.h>
|
#include <cell/dbgfont.h>
|
||||||
#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 DbgFontPrint(x, y, scale, color, msg) cellDbgFontPrintf(x, y, scale, color, msg)
|
||||||
#define DbgFontConfig CellDbgFontConfig
|
#define DbgFontConfig CellDbgFontConfig
|
||||||
#define DbgFontInit cellDbgFontInit
|
#define DbgFontInit cellDbgFontInit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user