1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"[]> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../css/manpage.css" type="text/css" /> 7 <style type="text/css"><!-- 8 span.static_style 9 { 10 font-size : 8pt; 11 color : white; 12 font-weight : bold; 13 background : #44f; 14 border-left : solid 1px #aaf; 15 border-top : solid 1px #aaf; 16 border-right : solid 1px #00c; 17 border-bottom : solid 1px #00c; 18 padding-left : 2px; 19 padding-right : 2px; 20 } 21 span.virtual_style 22 { 23 font-size : 8pt; 24 color : white; 25 font-weight : bold; 26 background : #0a0; 27 border-left : solid 1px #0f0; 28 border-top : solid 1px #0f0; 29 border-right : solid 1px #060; 30 border-bottom : solid 1px #060; 31 padding-left : 2px; 32 padding-right : 2px; 33 } 34 span.protected_style 35 { 36 font-size : 8pt; 37 color : white; 38 font-weight : bold; 39 background : #444; 40 border-left : solid 1px #ccc; 41 border-top : solid 1px #ccc; 42 border-right : solid 1px #222; 43 border-bottom : solid 1px #222; 44 padding-left : 2px; 45 padding-right : 2px; 46 } 47 table.table, table.table td, table.table th 48 { 49 border-collapse: collapse; 50 background-color: white; 51 } 52 table.table 53 { 54 width: auto; 55 margin: 1em; 56 position : static; 57 font-family : Arial; 58 } 59 table.table td, table.table th 60 { 61 padding: 0.2em; 62 } 63 table.table td.number, table.table th.number 64 { 65 text-align: right; 66 } 67 table.table tbody tr th 68 { 69 text-align: left; 70 font-weight: normal; 71 width: auto; 72 } 73 table.table thead tr th, 74 table.table tbody tr th.category 75 { 76 padding: 0 0.2em; 77 } 78 table.table caption 79 { 80 font-weight: bold; 81 padding: 0.4em; 82 } 83 table.table th 84 { 85 font-weight : bold; 86 background : #acf; 87 } 88 --></style> 89<title>DevMenu</title> 90 </head> 91 <body> 92<h1><CODE>DevMenu</CODE></h1> 93<h2>Overview</h2> 94 <div class="section"> 95 DevMenu has the following three display modes.<br /> 96 <ol> 971. Program List mode 98 <ul> 99Displays the program imported to the various media.<br />Can start CTR card.<br />Can start and delete import applications. 100 </ul> 1012. Import mode 102 <ul> 103Displays files on the SD Card.<br />Can import CIA files. 104 </ul> 1053. Expanded Save Data mode 106 <ul> 107Displays expanded save data.<br />Can delete expanded save data. 108 </ul> 109 </ol> 110 </div> 111<h2>Precautions When Launching from Cards</h2> 112 <div class="section"> 113TWL cards cannot be started from DevMenu.<br /> 114 </div> 115<h2>Button Assignments</h2> 116 <div class="section"> 117 <p> 118 <table class="table"><tbody> 119<tr><th>Button</th><th>Operation</th></tr> 120<tr><td>↑↓</td><td>Moves the cursor</td></tr> 121<tr><td>←→</td><td>Mode Switching</td></tr> 122<tr><td>A</td><td>Select / Run</td></tr> 123<tr><td>B</td><td>Back / Cancel</td></tr> 124<tr><td>X</td><td>Delete (when possible)</td></tr> 125 </tbody></table> 126 </p> 127 </div> 128<h2>Program List Mode</h2> 129 <div class="section"> 130 <p> 131In this mode, press the A Button to launch a program, and the X Button to delete a program. While holding the L and R Buttons, press the X Button to delete all programs that are currently displayed.<br /> 132 </p> 133 </div> 134<h2>Import Mode</h2> 135 <div class="section"> 136 <p> 137In this mode, you can import CIA files on an SD Card into importable media.<br /> Press the A Button, then press the A Button again to confirm that you want to import the program. The media into which the CIA file is imported is automatically determined from the CIA file information.<br />While holding the L and R Buttons, press the A Button to import all CIA files in the current directory.<br />If an error occurs while importing all files, any files not yet imported at the time of the error will not be imported. 138 </p> 139 </div> 140<h2>Expanded Save Data Mode</h2> 141 <div class="section"> 142 <p> 143In this mode, you can display and delete expanded save data. You can only delete expanded save data on a per-ID basis. To delete, select the ID of the directory with data you want to delete, and press the X Button. 144 </p> 145 </div> 146<h2>Revision History</h2> 147 <div class="section"> 148 <dl class="history"> 149 <dt>2011/03/22</dt> 150 <dd> 151Renamed modes.<br />Changed descriptions of each mode. 152 </dd> 153 <dt>2011/02/28</dt> 154 <dd> 155Updated section about starting cards.<br />Deleted text about shared expanded save data. 156 </dd> 157 <dt>2010/11/18</dt> 158 <dd> 159Added information about shared expanded save data mode.<br /> 160 </dd> 161 <dt>2010/09/22</dt> 162 <dd> 163Added precautions about launching from cards, and described importing all files, deleting all files, and Expanded Save Data Mode. 164 </dd> 165 <dt>2010/06/10</dt> 166 <dd> 167Initial version.<br /> 168 </dd> 169 </dl> 170 </div> 171 <hr><p>CONFIDENTIAL</p></body> 172</html> 173