Android: Don't delete the Input Overlay configuration screen.

This commit is contained in:
sigmabeta
2015-06-16 10:12:51 -04:00
parent 22e7024da5
commit 82dea170cf
4 changed files with 224 additions and 1 deletions

View File

@ -52,6 +52,10 @@
android:name=".activities.EmulationActivity"
android:theme="@style/DolphinEmulationGamecube"/>
<activity
android:name=".activities.OverlayConfigActivity"
android:theme="@style/DolphinEmulationGamecube"/>
<service android:name=".services.AssetCopyService"/>