nicer formatting [skip ci]
This commit is contained in:
parent
c1a5871c84
commit
e42a53ede6
@ -188,7 +188,9 @@ namespace patches
|
|||||||
|
|
||||||
int out_of_memory_text_stub(char* dest, int size, const char* fmt, ...)
|
int out_of_memory_text_stub(char* dest, int size, const char* fmt, ...)
|
||||||
{
|
{
|
||||||
fmt = "%s (%d)\n\nDisable shader caching, lower graphic settings, free up RAM, or update your GPU drivers.\n\nIf this still occurs, try using the '-memoryfix' parameter to generate the 'players2' folder.";
|
fmt = "%s (%d)\n\n"
|
||||||
|
"Disable shader caching, lower graphic settings, free up RAM, or update your GPU drivers.\n\n"
|
||||||
|
"If this still occurs, try using the '-memoryfix' parameter to generate the 'players2' folder.";
|
||||||
|
|
||||||
char buffer[2048];
|
char buffer[2048];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user