mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Set default libretro logging level to 1
This commit is contained in:
parent
4921cb719b
commit
aace0ae9bd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue