Fix compilation of nv_log_verbose_only

This commit is contained in:
starfrost013
2025-04-10 19:30:50 +01:00
parent 5b91559550
commit d93b3de9aa

View File

@@ -78,6 +78,8 @@ void nv_log(const char *fmt, ...)
void nv_log_verbose_only(const char *fmt, ...)
{
#ifdef ENABLE_NV_LOG_ULTRA
va_list arg;
if (!nv_do_log)
return;