Skip to content

Commit

Permalink
front: Move location of BufferSwapMode for GLideN64 options to be nex…
Browse files Browse the repository at this point in the history
…t to

all other FB options.
  • Loading branch information
fzurita committed Jan 22, 2016
1 parent 870eddc commit 4d2ca83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions res/xml/profile_emulation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,6 @@
android:defaultValue="false"
android:key="WidescreenHack"
android:title="WidescreenHack" />
<android.support.v7.preference.EditTextPreference
android:defaultValue="2"
android:key="BufferSwapMode"
android:summary="@string/selectedValue"
android:title="BufferSwapMode" />
<android.support.v7.preference.EditTextPreference
android:defaultValue="1"
android:key="bilinearMode"
Expand Down Expand Up @@ -201,6 +196,11 @@
android:defaultValue="true"
android:key="EnableFBEmulation"
android:title="EnableFBEmulation" />
<android.support.v7.preference.EditTextPreference
android:defaultValue="2"
android:key="BufferSwapMode"
android:summary="@string/selectedValue"
android:title="BufferSwapMode" />
<android.support.v7.preference.EditTextPreference
android:defaultValue="2"
android:key="EnableCopyColorToRDRAM"
Expand Down

0 comments on commit 4d2ca83

Please sign in to comment.