mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-18 00:32:46 +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"?>
|
||||
<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 -->
|
||||
<PreferenceCategory android:title="@string/config_style" >
|
||||
<CheckBoxPreference
|
||||
|
@ -2,7 +2,7 @@
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:title="@string/mainmenu_title" >
|
||||
|
||||
<!-- TV Mode -->
|
||||
<!-- Resume Content -->
|
||||
<Preference
|
||||
android:key="resumeContentPref"
|
||||
android:title="@string/resume_content"/>
|
||||
@ -27,6 +27,14 @@
|
||||
android:key="loadContentHistoryPref"
|
||||
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 -->
|
||||
<Preference android:title="@string/settings">
|
||||
<intent
|
||||
|
Loading…
x
Reference in New Issue
Block a user