mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-24 20:02:45 +00:00
Android: Move the core manager option to the main menu
This commit is contained in:
parent
2621ea9dd8
commit
a73b40fe0e
@ -1,16 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
|
||||||
<!-- Core Management -->
|
|
||||||
<PreferenceCategory android:title="@string/core_management">
|
|
||||||
<Preference
|
|
||||||
android:title="@string/manage_cores">
|
|
||||||
<intent
|
|
||||||
android:targetClass="com.retroarch.browser.coremanager.CoreManagerActivity"
|
|
||||||
android:targetPackage="com.retroarch"/>
|
|
||||||
</Preference>
|
|
||||||
</PreferenceCategory>
|
|
||||||
|
|
||||||
<!-- Configuration Style -->
|
<!-- Configuration Style -->
|
||||||
<PreferenceCategory android:title="@string/config_style" >
|
<PreferenceCategory android:title="@string/config_style" >
|
||||||
<CheckBoxPreference
|
<CheckBoxPreference
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:title="@string/mainmenu_title" >
|
android:title="@string/mainmenu_title" >
|
||||||
|
|
||||||
<!-- TV Mode -->
|
<!-- Resume Content -->
|
||||||
<Preference
|
<Preference
|
||||||
android:key="resumeContentPref"
|
android:key="resumeContentPref"
|
||||||
android:title="@string/resume_content"/>
|
android:title="@string/resume_content"/>
|
||||||
@ -27,6 +27,14 @@
|
|||||||
android:key="loadContentHistoryPref"
|
android:key="loadContentHistoryPref"
|
||||||
android:title="@string/load_content_history"/>
|
android:title="@string/load_content_history"/>
|
||||||
|
|
||||||
|
<!-- Manage Cores -->
|
||||||
|
<Preference
|
||||||
|
android:title="@string/manage_cores">
|
||||||
|
<intent
|
||||||
|
android:targetClass="com.retroarch.browser.coremanager.CoreManagerActivity"
|
||||||
|
android:targetPackage="com.retroarch"/>
|
||||||
|
</Preference>
|
||||||
|
|
||||||
<!-- Settings -->
|
<!-- Settings -->
|
||||||
<Preference android:title="@string/settings">
|
<Preference android:title="@string/settings">
|
||||||
<intent
|
<intent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user