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>Description</h2>
94    <div class="section">
95	The DevMenu has the following four display modes.
96        <ol>
971. Displays programs stored in NAND memory.
98<ul>Programs on CTR cards or in NAND memory can be launched.<br />Programs in NAND memory can also be deleted.<br />(Although DS Internet and Download Play are imported by default, you do not need to pay attention to them during application development)</ul>
992. Displays files stored on SD Cards.
100<ul>CIA files can be imported.</ul>
1013. Displays expanded save data.
102<ul>Expanded save data can also be deleted.</ul>
1034. Displays shared expanded save data.
104<ul>Shared expanded save data can also be deleted and initialized (formatted).</ul>
105        </ol>
106    </div>
107<h2>Precautions When Launching from Cards</h2>
108    <div class="section">
109A TWL card cannot be launched from DevMenu.
110    </div>
111<h2>Button Assignments</h2>
112    <div class="section">
113      <p>
114        <table class="table"><tbody>
115<tr><th>Button</th><th>Operation</th></tr>
116<tr><td>↑↓</td><td>Moves the cursor</td></tr>
117<tr><td>←→</td><td>Mode Switching</td></tr>
118<tr><td>A</td><td>Select / Run</td></tr>
119<tr><td>B</td><td>Back / Cancel</td></tr>
120<tr><td>X</td><td>Delete (only for programs in NAND memory or expanded save data)</td></tr>
121        </tbody></table>
122      </p>
123    </div>
124<h2>NAND Mode</h2>
125    <div class="section">
126      <p>
127In 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 imported into NAND memory.
128      </p>
129    </div>
130<h2>SD Card Mode</h2>
131    <div class="section">
132      <p>
133In this mode, you can import CIA files on an SD Card into NAND memory. Press the A Button, then press the A Button again to confirm that you want to import the program. While holding the L and R Buttons, press the A Button to import all CIA files in the current directory. If an error occurs while importing all files, any files not yet imported at the time of the error will not be imported.
134      </p>
135    </div>
136<h2>Expanded Save Data Mode</h2>
137    <div class="section">
138      <p>
139In this mode, you can display and delete expanded save data. You can only delete expanded save data on a per-ID basis. Select the directory of the ID you want to delete and press the X Button.
140      </p>
141    </div>
142<h2>Shared Expanded Save Data Mode</h2>
143    <div class="section">
144      <p>
145In this mode, you can display and initialize shared expanded save data.<br />Pressing the X Button deletes all shared expanded save data in NAND memory.<br />Also, pressing the Y Button recreates all the shared expanded save data in NAND memory.<br />If there is a file named <CODE>shared_extdata_list.txt</CODE> in the root directory on the SD Card, its content is used for initialization.
146      </p>
147    </div>
148<h2>Revision History</h2>
149    <div class="section">
150      <dl class="history">
151        <dt>2011/02/28</dt>
152        <dd>
153Updated information about launching cards
154        </dd>
155        <dt>2010/11/18</dt>
156        <dd>
157Added information about shared expanded save data mode.<br />
158        </dd>
159        <dt>2010/09/22</dt>
160        <dd>
161Added precautions about launching from cards, and described importing all files, deleting all files, and Expanded Save Data Mode.
162        </dd>
163        <dt>2010/06/10</dt>
164        <dd>
165Initial version.<br />
166        </dd>
167      </dl>
168    </div>
169  <hr><p>CONFIDENTIAL</p></body>
170</html>
171