mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
More redirects because google hasn't indexed changes
This commit is contained in:
parent
03c50c30d4
commit
e23b423d54
@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: devinfo
|
||||
app: F-WRITER
|
||||
redirect_from: /dsidev/fwriter.html
|
||||
---
|
||||
F-WRITER is used to flash Korean firmware<span style="color:red;">*</span> onto DS lites in the factories. This program features a UI similar to that of <a href="/dsidev/nitroeva.html">NTR Aging/Nitro EVA</a>. It comes with the following tests:<br><br>
|
||||
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: devinfo
|
||||
app: MachineSettings
|
||||
redirect_from: /dsidev/settings.html
|
||||
---
|
||||
<i>The majority of this information comes from TCRF, linked <a href="https://tcrf.net/Proto:Nintendo_DSi_System_Settings">here</a>. Go check them out, they're an amazing resource.</i><br><br>
|
||||
MachineSettings is a prototype version of the SystemSettings. It can be found installed or deleted in prototypes, development units, and in some retail NANDs, and there is source code for it in TwlIPL (gigaleaks). MachineSettings is missing some features present in the release version such as data management, internet, and system updates.
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: devinfo
|
||||
app: NANDSoundPlayer
|
||||
redirect_from: /dsidev/soundplayer.html
|
||||
---
|
||||
NAND SoundPlayer plays music/sound effects a <code>.sdat</code> sound archive on the SD card. You can play sounds at either 32730 or 47610 Hz, and use different sound effects (stereo, mono, surround, etc).
|
||||
<br><br>
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
---
|
||||
layout: devinfo
|
||||
app: SequencerRVL
|
||||
redirect_from: /dsidev/twleva.html
|
||||
---
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: devinfo
|
||||
app: Shop
|
||||
redirect_from: /dsidev/dsishop.html
|
||||
---
|
||||
This is a DSi Shop used for debugging.
|
||||
<br>
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: devinfo
|
||||
app: tcl_2
|
||||
redirect_from: /dsidev/tcl-2.html
|
||||
---
|
||||
tcl-2 converts <code>HNI_0037.bmp</code> and <code>HNI_0040.bmp</code> (found in romfs) to <code>.jpg</code>, then copies them to the photo region of NAND (also updates <code>pit.bin</code> accordingly). The copied images are valid and pass PhotoChecker's tests.<br><br>This specific version off the app comes with two other photos (<code>boy.bmp</code> and <code>001.bmp</code>) of a young boy and a slice of cake. These are not not used in the demo.<br><br><span style="color:orange;">Note: this version of the app seems to be slightly different from the tcl-2 demo in the TWL SDK. More info on that to come later.</span><div style="text-align:center;"><h2>Photos from romfs:</h2>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user