ObjFW  Check-in [6344bdd11e]

Overview
Comment:3DS: Add OoT3D as title large enough for injection
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 6344bdd11ed31cb48ec9073266f95a9e317c6c26d50cd076d4e54b8b92fe9e25
User & Date: js on 2016-03-27 23:17:36
Other Links: manifest | tags
Context
2016-03-28
11:26
Move Haiku-specific include to the right file check-in: f58ea581f0 user: js tags: trunk
2016-03-27
23:17
3DS: Add OoT3D as title large enough for injection check-in: 6344bdd11e user: js tags: trunk
23:10
Add socket support for Nintendo 3DS check-in: 12b8a7552e user: js tags: trunk
Changes

Modified tests/tests.xml from [b815b7f8bf] to [5aded18e67].

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>








>
>
>
>
>









1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!--
 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'>
 <!-- Ocarina of Time -->
 <title mediatype='2'>0004000000033600</title> <!-- EU -->
 <title mediatype='1'>0004000000033600</title> <!-- EU -->
 <title mediatype='2'>0004000000033500</title> <!-- US -->
 <title mediatype='1'>0004000000033500</title> <!-- US -->
 <!-- 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>