14 Star 51 Fork 6

Gitee 极速下载/retroarch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/libretro/RetroArch
克隆/下载
retroarch-android-debug.diff 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
diff --git a/pkg/android/phoenix/AndroidManifest.xml b/pkg/android/phoenix/AndroidManifest.xml
index ce2114c..12d8fbb 100644
--- a/pkg/android/phoenix/AndroidManifest.xml
+++ b/pkg/android/phoenix/AndroidManifest.xml
@@ -21,7 +21,8 @@
android:label="RetroArch"
android:hasCode="true"
android:isGame="true"
- android:banner="@drawable/banner">
+ android:banner="@drawable/banner"
+ android:debuggable="true">
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
<activity android:name="com.retroarch.browser.mainmenu.MainMenuActivity" android:exported="true" android:launchMode="singleInstance">
<intent-filter>
diff --git a/pkg/android/phoenix/build.xml b/pkg/android/phoenix/build.xml
index 9698a04..6b2c101 100644
--- a/pkg/android/phoenix/build.xml
+++ b/pkg/android/phoenix/build.xml
@@ -96,7 +96,7 @@
<replaceregexp
file="AndroidManifest.xml"
match="(android:debuggable=&#34;).*(&#34;)"
- replace="\1false\2"/>
+ replace="\1true\2"/>
</else>
</if>
<exec executable="${ndk.dir}/${ndk.cmd}" failonerror="true">
diff --git a/pkg/android/phoenix/jni/Application.mk b/pkg/android/phoenix/jni/Application.mk
index b179dbf..84ade89 100644
--- a/pkg/android/phoenix/jni/Application.mk
+++ b/pkg/android/phoenix/jni/Application.mk
@@ -1,3 +1,5 @@
+APP_OPTIM := debug
+
ifeq ($(GLES),3)
ifndef NDK_GL_HEADER_VER
APP_PLATFORM := android-18
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/retroarch.git
git@gitee.com:mirrors/retroarch.git
mirrors
retroarch
retroarch
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385