mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-24 03:42:31 +00:00
(Qt/Logging) Increase log buffer to 2048 characters - Vulkan
validation layer messages output correctly.
This commit is contained in:
parent
fbf55a1999
commit
141c33ceb5
@ -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[1024];
|
||||
char buffer[2048];
|
||||
buffer[0] = '\0';
|
||||
|
||||
/* Ensure null termination and line break in error case */
|
||||
|
Loading…
x
Reference in New Issue
Block a user