Overview
Comment: | Add XML file for Nintendo 3DS
This is required in order to choose a title that is large enough for |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b750e84c5e60c0c57b975affb7755da2 |
User & Date: | js on 2016-03-19 21:21:38 |
Other Links: | manifest | tags |
Context
2016-03-19
| ||
21:45 | Add tests.3dsx to .gitignore check-in: b64214c943 user: js tags: trunk | |
21:21 | Add XML file for Nintendo 3DS check-in: b750e84c5e user: js tags: trunk | |
2016-03-13
| ||
20:29 | OFStdIOStream_Win32Console: Small read fix check-in: 976162aa79 user: js tags: trunk | |
Changes
Added tests/tests.xml version [b815b7f8bf].
> > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | <!-- This file is for starting the tests on the Nintendo 3DS via Homebrew. It is required in order to choose a title that is large enough for injecting the tests into it. --> <targets selectable='true'> <!-- Majora's Mask --> <title mediatype='2'>0004000000125600</title> <!-- EU --> <title mediatype='1'>0004000000125600</title> <!-- EU --> <title mediatype='2'>0004000000125500</title> <!-- US --> <title mediatype='1'>0004000000125500</title> <!-- US --> <!-- YouTube --> <title mediatype='0'>00040000000CCD00</title> <!-- EU --> <title mediatype='0'>00040000000B0F00</title> <!-- US --> </targets> |