mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-21 00:05:30 +00:00
RARCH_LOG_V - increase buffer size from 256 to 1024, otherwise
Vulkan log messages get truncated
This commit is contained in:
parent
a96c5f77c8
commit
fd41b0f90c
@ -267,7 +267,7 @@ void RARCH_LOG_V(const char *tag, const char *fmt, va_list ap)
|
||||
#else
|
||||
FILE *fp = (FILE*)g_verbosity->fp;
|
||||
#if defined(HAVE_QT) || defined(__WINRT__)
|
||||
char buffer[256];
|
||||
char buffer[1024];
|
||||
buffer[0] = '\0';
|
||||
|
||||
/* Ensure null termination and line break in error case */
|
||||
|
Loading…
x
Reference in New Issue
Block a user