mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Android: Update the gradle file to use android studio 2.2 cmake.
This commit is contained in:
@ -19,8 +19,8 @@
|
||||
android:layout_marginLeft="16dp"
|
||||
android:layout_marginTop="24dp"
|
||||
tools:src="@drawable/placeholder_banner"
|
||||
app:border_color="?android:colorAccent"
|
||||
app:border_width="2dp"
|
||||
app:civ_border_color="?android:colorAccent"
|
||||
app:civ_border_width="2dp"
|
||||
/>
|
||||
|
||||
<ImageView
|
||||
|
@ -6,10 +6,16 @@
|
||||
<string-array name="string_emu_cores" translatable="false">
|
||||
<item>@string/interpreter</item>
|
||||
<item>@string/cached_interpreter</item>
|
||||
<item>@string/jit_arm64_recompiler</item>
|
||||
<!--<item>@string/jit64_recompiler</item>
|
||||
<item>@string/jitil_recompiler</item>-->
|
||||
</string-array>
|
||||
<integer-array name="int_emu_cores" translatable="false">
|
||||
<item>0</item>
|
||||
<item>5</item>
|
||||
<item>4</item>
|
||||
<!--<item>1</item>
|
||||
<item>2</item>-->
|
||||
</integer-array>
|
||||
|
||||
<!-- Video backend selection -->
|
||||
|
Reference in New Issue
Block a user