File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 977977
978978#define DEFAULT_QUIT_PRESS_TWICE true
979979
980- #define DEFAULT_LOG_TO_FILE true
980+ #define DEFAULT_LOG_TO_FILE false
981981
982- #define DEFAULT_LOG_TO_FILE_TIMESTAMP true
982+ #define DEFAULT_LOG_TO_FILE_TIMESTAMP false
983983
984984/* Crop overscanned frames. */
985985#define DEFAULT_CROP_OVERSCAN true
15581558 * auto scaling is disabled (windowed mode) */
15591559#define DEFAULT_MENU_WIDGET_SCALE_FACTOR_WINDOWED 1.0f
15601560
1561- /* Log level for the frontend - 0=DEBUG (most verbose) */
1562- #define DEFAULT_FRONTEND_LOG_LEVEL 0
1561+ /* Log level for the frontend */
1562+ #define DEFAULT_FRONTEND_LOG_LEVEL 1
15631563
1564- /* Log level for libretro cores (GET_LOG_INTERFACE) - 0=DEBUG (most verbose) */
1565- #define DEFAULT_LIBRETRO_LOG_LEVEL 0
1564+ /* Log level for libretro cores (GET_LOG_INTERFACE). */
1565+ #define DEFAULT_LIBRETRO_LOG_LEVEL 1
15661566
15671567#ifndef RARCH_DEFAULT_PORT
15681568#ifndef VITA
Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ DEFINES += -DRARCH_MOBILE \
7575 -DHAVE_STB_VORBIS \
7676 -DHAVE_LANGEXTRA \
7777 -DANDROID \
78- -DDEBUG_ANDROID_INPUT \
7978 -DHAVE_DYNAMIC \
8079 -DHAVE_OPENGL \
8180 -DHAVE_OVERLAY \
Original file line number Diff line number Diff line change 33 xmlns : tools =" http://schemas.android.com/tools"
44 package =" com.retroarch"
55 android : versionCode =" 1597175264"
6- android : versionName =" 1.21.69 "
6+ android : versionName =" 1.21.0 "
77 android : installLocation =" internalOnly" >
88 <uses-feature android : glEsVersion =" 0x00020000" />
99 <uses-feature android : name =" android.hardware.type.pc" android : required =" false" />
Original file line number Diff line number Diff line change 66# /* - pkg/snap/snapcraft.yaml (including the github url) */
77
88#ifndef PACKAGE_VERSION
9- #define PACKAGE_VERSION "1.21.69 "
9+ #define PACKAGE_VERSION "1.21.0 "
1010#endif
You can’t perform that action at this time.
0 commit comments