mirror of
https://github.com/libretro/RetroArch
synced 2025-02-15 18:39:55 +00:00
15 lines
445 B
XML
15 lines
445 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:title="@string/mainmenu_title" >
|
|
|
|
<!-- Resume Content -->
|
|
<Preference
|
|
android:key="resumeContentPref"
|
|
android:title="@string/resume_content"/>
|
|
|
|
<!-- Quit RetroArch -->
|
|
<Preference
|
|
android:key="quitRetroArch"
|
|
android:title="@string/quit_retroarch"/>
|
|
</PreferenceScreen>
|