File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 978978
979979#define DEFAULT_QUIT_PRESS_TWICE true
980980
981- #define DEFAULT_LOG_TO_FILE true
981+ #define DEFAULT_LOG_TO_FILE false
982982
983- #define DEFAULT_LOG_TO_FILE_TIMESTAMP true
983+ #define DEFAULT_LOG_TO_FILE_TIMESTAMP false
984984
985985/* Crop overscanned frames. */
986986#define DEFAULT_CROP_OVERSCAN true
15641564 * auto scaling is disabled (windowed mode) */
15651565#define DEFAULT_MENU_WIDGET_SCALE_FACTOR_WINDOWED 1.0f
15661566
1567- /* Log level for the frontend - 0=DEBUG (most verbose) */
1568- #define DEFAULT_FRONTEND_LOG_LEVEL 0
1567+ /* Log level for the frontend */
1568+ #define DEFAULT_FRONTEND_LOG_LEVEL 1
15691569
1570- /* Log level for libretro cores (GET_LOG_INTERFACE) - 0=DEBUG (most verbose) */
1571- #define DEFAULT_LIBRETRO_LOG_LEVEL 0
1570+ /* Log level for libretro cores (GET_LOG_INTERFACE). */
1571+ #define DEFAULT_LIBRETRO_LOG_LEVEL 1
15721572
15731573#ifndef RARCH_DEFAULT_PORT
15741574#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