NCA decryption (#99)

* NCA decryption
* Remove unnecessary new lines
* Remove loader error dialog
* Always show ROMs
* Address CRs
* Add subtitle padding in grid mode
This commit is contained in:
Willi Ye
2020-09-14 15:53:40 +02:00
committed by GitHub
parent 65019375ca
commit 4076d84efc
48 changed files with 1154 additions and 439 deletions

View File

@ -18,4 +18,8 @@ org.gradle.daemon=true
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
android.enableJetifier=true
# Enables Prefab
android.enablePrefab=true
android.prefabVersion=1.1.0