From aace0ae9bddc5b14ed4a8ce6a45b76b57c758bc2 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 25 Mar 2017 10:36:24 +0100 Subject: [PATCH] Set default libretro logging level to 1 --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 26bf0dc0fa..f82305141b 100644 --- a/config.def.h +++ b/config.def.h @@ -897,7 +897,7 @@ static const unsigned menu_dpi_override_value = 200; #endif /* Log level for libretro cores (GET_LOG_INTERFACE). */ -static const unsigned libretro_log_level = 0; +static const unsigned libretro_log_level = 1; #ifndef RARCH_DEFAULT_PORT #define RARCH_DEFAULT_PORT 55435