[Android] Disable screen lock when a title is running.

Encountered this when testing out the Wii U Gamecube Adapter.
This commit is contained in:
Ryan Houdek 2016-01-03 09:42:41 -06:00
parent a63873535f
commit 6e60dc60e0
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:keepScreenOn="true"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/frame_content">

View File

@ -2,6 +2,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:keepScreenOn="true"
tools:context="org.dolphinemu.dolphinemu.fragments.EmulationFragment">
<!-- This is what everything is rendered to during emulation -->