This commit is contained in:
2025-03-16 22:53:08 +08:00
parent 680ff4275f
commit cbb57ec109
80 changed files with 4106 additions and 279 deletions

View File

@@ -18,4 +18,8 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile
# ppsspp
-keep class org.ppsspp.ppsspp.** { *; }
# RetroArch
-keep class com.retroarch.** { *; }