2013-10-11 17:41:22 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:title="@string/mainmenu_title" >
|
|
|
|
|
2014-12-21 00:22:49 -05:00
|
|
|
<!-- Resume Content -->
|
2013-11-19 21:05:26 -05:00
|
|
|
<Preference
|
2013-12-18 20:00:20 -05:00
|
|
|
android:key="resumeContentPref"
|
|
|
|
android:title="@string/resume_content"/>
|
2013-10-11 17:41:22 -04:00
|
|
|
|
2013-11-24 22:02:57 +01:00
|
|
|
<!-- Quit RetroArch -->
|
|
|
|
<Preference
|
|
|
|
android:key="quitRetroArch"
|
2013-12-09 02:23:57 -05:00
|
|
|
android:title="@string/quit_retroarch"/>
|
2013-10-11 17:41:22 -04:00
|
|
|
</PreferenceScreen>
|