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 977
977
978
978
#define DEFAULT_QUIT_PRESS_TWICE true
979
979
980
- #define DEFAULT_LOG_TO_FILE true
980
+ #define DEFAULT_LOG_TO_FILE false
981
981
982
- #define DEFAULT_LOG_TO_FILE_TIMESTAMP true
982
+ #define DEFAULT_LOG_TO_FILE_TIMESTAMP false
983
983
984
984
/* Crop overscanned frames. */
985
985
#define DEFAULT_CROP_OVERSCAN true
1558
1558
* auto scaling is disabled (windowed mode) */
1559
1559
#define DEFAULT_MENU_WIDGET_SCALE_FACTOR_WINDOWED 1.0f
1560
1560
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
1563
1563
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
1566
1566
1567
1567
#ifndef RARCH_DEFAULT_PORT
1568
1568
#ifndef VITA
Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ DEFINES += -DRARCH_MOBILE \
75
75
-DHAVE_STB_VORBIS \
76
76
-DHAVE_LANGEXTRA \
77
77
-DANDROID \
78
- -DDEBUG_ANDROID_INPUT \
79
78
-DHAVE_DYNAMIC \
80
79
-DHAVE_OPENGL \
81
80
-DHAVE_OVERLAY \
Original file line number Diff line number Diff line change 3
3
xmlns : tools =" http://schemas.android.com/tools"
4
4
package =" com.retroarch"
5
5
android : versionCode =" 1597175264"
6
- android : versionName =" 1.21.69 "
6
+ android : versionName =" 1.21.0 "
7
7
android : installLocation =" internalOnly" >
8
8
<uses-feature android : glEsVersion =" 0x00020000" />
9
9
<uses-feature android : name =" android.hardware.type.pc" android : required =" false" />
Original file line number Diff line number Diff line change 6
6
# /* - pkg/snap/snapcraft.yaml (including the github url) */
7
7
8
8
#ifndef PACKAGE_VERSION
9
- #define PACKAGE_VERSION "1.21.69 "
9
+ #define PACKAGE_VERSION "1.21.0 "
10
10
#endif
You can’t perform that action at this time.
0 commit comments