Skip to content

Commit ac6ffa2

Browse files
committed
cleanup: fully drop config.def.h/Android.mk/AndroidManifest/version.all from PR
1 parent 89544e2 commit ac6ffa2

4 files changed

Lines changed: 8 additions & 9 deletions

File tree

config.def.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -978,9 +978,9 @@
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
@@ -1564,11 +1564,11 @@
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

pkg/android/phoenix-common/jni/Android.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

pkg/android/phoenix/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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"/>

version.all

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
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

0 commit comments

Comments
 (0)