Android: Create CheatsActivity

This commit is contained in:
JosJuice
2021-06-22 13:43:56 +02:00
parent 15ec7bd546
commit ee3a5a4a81
4 changed files with 40 additions and 1 deletions

View File

@ -76,6 +76,12 @@
android:theme="@style/DolphinSettingsBase"
android:label="@string/settings"/>
<activity
android:name=".features.cheats.ui.CheatsActivity"
android:exported="false"
android:theme="@style/DolphinSettingsBase"
android:label="@string/cheats"/>
<activity
android:name=".activities.EmulationActivity"
android:exported="false"