Skip to content

Commit fbe7e12

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

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

config.def.h

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

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)