Merge pull request #3440 from Sonicadvance1/Android_WiiU_Adapter

[Android] Disable screen lock when a title is running.
This commit is contained in:
Ryan Houdek 2016-01-06 15:42:25 -05:00
commit e3da564418
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 -->