Skip to content

Commit 3b6fb2a

Browse files
committed
Fix more formatting issues
1 parent 1477fac commit 3b6fb2a

File tree

2 files changed

+56
-126
lines changed

2 files changed

+56
-126
lines changed

content/3DS_Development_Unit_Software.md

Lines changed: 36 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,15 @@ width="300" />
3636
The 3DS Dev Homemenu have some features that the retail one don't have.
3737

3838
- Debug informations (top screen left, can be shown by pressing X+Y):
39-
40-
:\*Banner region (have every regions and languages, can be changed by
39+
- Banner region (have every regions and languages, can be changed by
4140
pressing B+X),
42-
43-
:\*Build date,
44-
45-
:\*Homemenu rev,
46-
47-
:\*System mode (see config system mode for more infos),
48-
49-
:\*Screen capture (seems to be only for ctr debugger?),
50-
51-
:\*First red bar: Maximum level for the other bars (100%),
52-
53-
:\*Second bar: CPU processing,
54-
55-
:\*Third bar: GPU processing.
56-
41+
- Build date,
42+
- Homemenu rev,
43+
- System mode (see config system mode for more infos),
44+
- Screen capture (seems to be only for ctr debugger?),
45+
- First red bar: Maximum level for the other bars (100%),
46+
- Second bar: CPU processing,
47+
- Third bar: GPU processing.
5748
- Themes:
5849

5950

@@ -172,69 +163,47 @@ continuous development; some features include:
172163
Menu](3DS_Development_Unit_GUI#Test_Menu "wikilink"), as the menu
173164
loaded by the [NS](NS "wikilink") module.
174165

175-
<!-- -->
176-
177166
- Language - same options found in the Language section of [System
178167
Settings](System_Settings "wikilink") but also has an "invalid" option
179168

180-
<!-- -->
181-
182169
- System Mode - [Changes the memory
183170
mode](Memory_layout#FCRAM_memory-regions_layout "wikilink") for the
184171
Home/Test Menu. (Launching applications will be able to override this
185172
setting)
186-
187-
:\*Prod - 64MB Memory mode ([Home Menu](Home_Menu "wikilink") can
173+
- Prod - 64MB Memory mode ([Home Menu](Home_Menu "wikilink") can
188174
usually only run in this mode and *most* retail-looking units cannot
189175
switch out of this mode)
190-
191-
:\*Dev1 - 96MB Memory mode (No browser/Miiverse)
192-
193-
:\*Dev2 - 80MB Memory mode
194-
195-
:\*Dev3 - 72MB Memory mode
196-
197-
:\*Dev4 - 32MB Memory mode
198-
199-
:\*snake Prod - 124MB for New-3DS
200-
201-
:\*snake dev1 - 178MB for New-3DS (No browser/Miiverse)
202-
203-
:\*snake dev2 - 124MB for New-3DS
204-
205-
206-
All CTR Debuggers/Prototype units can change memory allowance. For
176+
- Dev1 - 96MB Memory mode (No browser/Miiverse)
177+
- Dev2 - 80MB Memory mode
178+
- Dev3 - 72MB Memory mode
179+
- Dev4 - 32MB Memory mode
180+
- snake Prod - 124MB for New-3DS
181+
- snake dev1 - 178MB for New-3DS (No browser/Miiverse)
182+
- snake dev2 - 124MB for New-3DS<br><br>
183+
All CTR Debuggers/Prototype units can change memory allowance. For
207184
Developer Test Units, the ability to change Memory Allowance, appears to
208185
be dependent on an option when buying the Test Unit (similar to having a
209186
choice to purchase IS-Nitro's Wireless/USG options when buying an
210187
IS-Nitro from Nintendo). If anything other than prod or dev2 is
211-
selected, menu settings are automatically changed to test menu.
212-
188+
selected, menu settings are automatically changed to test menu.<br>
213189
On some Test Units, it's possible to run the [Home
214190
Menu](Home_Menu "wikilink") outside of Prod. However, software with
215191
limited memory (such as the web browser) cannot be launched from the
216192
home menu if the home menu is outside of Prod.
217193

218194
- Exception handler - Selects whether to enable or disable the
219195
application's handling of exceptions that arise in the non-debug
220-
environment.
221-
222-
223-
If the application is not set to handle exceptions, the application
224-
quits when an exception occurs. - enable/disable
196+
environment.<br>
197+
If the application is not set to handle exceptions, the application quits when an exception occurs. - enable/disable
225198

226199
- Break Stop - (enable/disable) - Selects whether to enable or disable
227200
stopping the application when a break is encountered in the non-debug
228201
environment. If the application is not made to stop, it quits on a
229202
break.
230203

231-
<!-- -->
232-
233204
- Debug Mode - (enable/disable) - Select enable or disable to enable and
234-
disable debugging functions.
235-
236-
237-
Debugging is always disabled for retail products.
205+
disable debugging functions.<br>
206+
Debugging is always disabled for retail products.
238207

239208
- Dlp Force Child Import/Dlp Debug - (enable/disable) - normally the 3ds
240209
caches downloaded "Download Play (Dlp)" applications on the nand and
@@ -245,91 +214,67 @@ Debugging is always disabled for retail products.
245214
version of the application being downloaded. This is of course for
246215
testing purposes.
247216

248-
<!-- -->
249-
250217
- Fangate Failure Emulation - Unknown, related to the [external Amiibo
251218
receiver](NFC_adapter "wikilink")?
252219

253-
<!-- -->
254-
255220
- Nup - Enable/disable online check for updates? Such a feature exists
256221
on WiiU
257222

258-
<!-- -->
259-
260223
- FS Latency Emulation - Filesystem Latency, in milliseconds
261224
(0ms-2550ms). Selection is in increments of 10. (ie
262225
0ms-\>10ms-\>20ms...)
263226

264-
<!-- -->
227+
<br>
265228

266229
- User Name - Console owner's "profile" nickname, unrelated to the
267230
Personal Mii
268231

269-
<!-- -->
270-
271232
- NG Name Flag - declares whether the name is "not good", i.e. contains
272233
a banned word. Normally automatically set by System Settings after a
273234
warning; effect unknown.
274235

275-
<!-- -->
276-
277236
- CountryId - Changes 3DS between installed countries. It can also be
278237
set to an undefined ID (255).
279238

280-
<!-- -->
281-
282239
- RegionId - Selects the sub-location (region, state, county), if
283240
supported by the selected country. Unidentified is displayed when
284241
RegionId is set to 255.
285242

286-
<!-- -->
287-
288243
- Hid Setting - (human interface device) Calibrates touch screen and
289244
Analog stick.
290245

291-
<!-- -->
246+
<br>
292247

293248
- FLICKER TOP - Bias voltage for top screen (the misattributed
294249
"contrast" or "scanline" control found as potentiometers in the
295250
battery compartment in previous color-display Nintendo portables)
296251

297-
<!-- -->
298-
299252
- FLICKER BOTTOM - Bias voltage for bottom screen
300253

301-
<!-- -->
302-
303254
- ABL ENABLE - "Power Save mode", adjusts backlight according to
304255
displayed image. Can also be enabled on 2DS, on which it is fully
305256
functional but the single backlight design may bring questionable
306257
results.
307258

308-
<!-- -->
309-
310259
- LUMINANCE LEVEL - Brightness. In older versions of Config, it could be
311260
set above 5, with no further increment and resulting in crashes of the
312261
Home Menu's quick settings.
313262

314-
<!-- -->
315-
316263
- BACKLIGHT DIMMING - Camera-controlled automatic backlight of New-3DS
317264

318-
<!-- -->
265+
<br>
319266

320267
- RTC Setting - (real time clock) Sets system time, with equivalent
321268
results to System Settings.
322269

323-
<!-- -->
324-
325270
- Raw RTC Setting - Adjusts time directly on [the hardware
326271
RTC](MCU_Services "wikilink"). The resulting time is also displayed as
327272
a convenience. If the application being tested uses
328273
GetUserTimeOffset() to [detect if the user has changed the
329274
clock](Anti_Time-Travel "wikilink"), this can be used to change the
330275
clock without the application detecting it.
331276

332-
<!-- -->
277+
<br>
333278

334279
- Eula Setting - Input the "Agree Version", a 2-byte number representing
335280
the latest accepted version (major and minor) of the online services
@@ -338,12 +283,8 @@ Debugging is always disabled for retail products.
338283
playing foreign region games online caused by mismatching latest
339284
agreement versions.
340285

341-
<!-- -->
342-
343286
- Sound Mode - mono/stereo/surround
344287

345-
<!-- -->
346-
347288
- Coppacs Setting - In the U.S., a law called the Children's Online
348289
Privacy Protection Act (COPPA) requires consent from the parent or
349290
guardian for collection and use of personal information from children
@@ -352,35 +293,23 @@ Debugging is always disabled for retail products.
352293
country in System Settings is set to the US or
353294
Canada](Cfg:GetRegionCanadaUSA "wikilink").
354295

355-
<!-- -->
356-
357296
- Olv Access Key - Related to Olive/OLV/Miiverse. Always appears to be 0
358297
on retail units. WiiU titles have numbers also called OLV access keys
359298
in their metadata XMLs.
360299

361-
<!-- -->
362-
363300
- Test Setting - Verify operation and calibration of touchscreen and
364301
joystick.
365302

366-
<!-- -->
367-
368303
- Stereo Camera Cal for Check - Apparently writes incorrect calibration
369304
data for the camera.
370305

371-
<!-- -->
372-
373306
- Gyro / Accel Cal for Check - Apparently writes incorrect calibration
374307
data for the motion sensors.
375308

376-
<!-- -->
377-
378309
- Ctr Info Setting - Loads settings from a ctrsetting.txt present on the
379310
SD. Such a sample file is provided in the resources/configtool folder
380-
of the SDK.
381-
382-
383-
The feature set of this option is only in most part the same as the
311+
of the SDK. <br>
312+
The feature set of this option is only in most part the same as the
384313
interactive UI's, for instance ctrsetting.txt can also configure the DS
385314
Profile and [Parental Controls](Parental_Controls "wikilink").
386315

@@ -488,8 +417,8 @@ User save data is exported to
488417
sdmc:/filer/UserSaveData/YYYYMMDD(Hour)(Minute)(Second)
489418

490419
It creates a folder in that path and 3 files. The 2 files exported to
491-
the above path are <uniqueID>.dat and <uniqueID>_.dat while a folder
492-
named /<uniqueID>/ in that path contains <ExHeader Name>.dat
420+
the above path are `<uniqueID>.dat` and `<uniqueID>_.dat` while a folder
421+
named `/<uniqueID>/` in that path contains `<ExHeader Name>.dat`
493422

494423
Pressing L+R+Start will, after confirmation, delete all [Shared
495424
Extdata](Shared_Extdata "wikilink"). Home Menu will crash if returned to
@@ -517,8 +446,8 @@ removed as a standard application.
517446
## CecBoxTool
518447

519448
<figure>
520-
<img src="../devCECBoxTool.jpg" title="devCECBoxTool.jpg" />
521-
<figcaption>devCECBoxTool.jpg</figcaption>
449+
<img src="../DevCECBoxTool.jpg" title="DevCECBoxTool.jpg" />
450+
<figcaption>DevCECBoxTool.jpg</figcaption>
522451
</figure>
523452

524453
Streetpass backup and restore tool, can also delete boxes (disable
@@ -543,7 +472,7 @@ such, the boxes in this application correspond to the applications in
543472
'StreetPass Management', in 'System Settings' (StreetPass Management is
544473
accessible from retail 3DSs). The functions of this application:
545474

546-
- <Y> BOX Options - this opens up a sub menu with the following
475+
- &lt;Y&gt; BOX Options - this opens up a sub menu with the following
547476
options(when hovering over Nintendo 3DS Sounds BOX - the only one I
548477
can test the app with):
549478

@@ -566,16 +495,16 @@ accessible from retail 3DSs). The functions of this application:
566495

567496
<!-- -->
568497

569-
- <A> Create Dummy BOXes - Creates dummy BOXes to fill any unused slots.
498+
- &lt;A&gt; Create Dummy BOXes - Creates dummy BOXes to fill any unused slots.
570499
(does not overwrite any present slots)
571500

572501
<!-- -->
573502

574-
- <X> Delete BOXes - Deletes all of the BOXes from the slots.
503+
- &lt;X&gt; Delete BOXes - Deletes all of the BOXes from the slots.
575504

576505
<!-- -->
577506

578-
- <START> CEC Filter Reset - Resets 8-hour per source rate limit. The
507+
- &lt;START&gt; CEC Filter Reset - Resets 8-hour per source rate limit. The
579508
[StreetPass driver](CECD "wikilink") runs a
580509
[ENVINFO](Configuration_Memory#ENVINFO "wikilink") check to verify
581510
independently whether the console is not retail before applying this.
@@ -609,9 +538,7 @@ DataSize : Size of Content (in bytes)
609538
Last_Modified : Last time the BOSS content (on server) was modified
610539
StartTime : when the BOSS task was registered
611540
OptOut : Whether the user can/has opted out of BOSS communication for this task
612-
```
613541
614-
```
615542
It also possible to manually execute the BOSS task from here
616543
```
617544

0 commit comments

Comments
 (0)