forked from astronautlevel2/Luma3DS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
152 lines (149 loc) · 32.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<html>
<head>
<title>Alex's Luma3DS Builds</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta name=viewport content="width=device-width, initial-scale=1">
<script type="text/javascript" src="jquery-latest.js"></script>
<script type="text/javascript" src="jquery.tablesorter.js"></script>
<script id="js">$(function() {
// initial sort set using sortList option
$(".table1").tablesorter({
theme : 'blue',
// sort on the first column and second column in ascending order
sortList: [[0,0],[1,0]]
});
// initial sort set using data-sortlist attribute (see HTML below)
$(".table2").tablesorter({
theme : 'blue'
});
});</script>
</head>
<body>
<div class="main">
<h1>Luma3DS Builds!</h1>
<p><i>Disclaimer: I am not associated with Aurora Wright. These builds are provided entirely unofficially and entirely untested. Use at your own risk.</i></p>
<p>All commits are now signed: See <a href="https://github.com/astronautlevel2/Luma3DS/commits/gh-pages">the commits page</a> if you want to verify the integrity of the builds</p>
<table class="table2" data-sortlist="[[0,0],[2,0]]">
<thead>
<tr>
<th style="cursor: pointer">File</th>
<th style="cursor: pointer">Commit</th>
<th style="cursor: pointer">Branch</th>
<th style="cursor: pointer">Date</th>
<th style="cursor: pointer">Message</th>
</tr>
</thead>
<tbody>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-bc1aa15.zip>Luma3DS-bc1aa15.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/bc1aa15dd709a703b9af1a0f89ccded21fc08823>bc1aa15</a></td><td>master</td><td>2017-8-28</td><td>Add more checks, make the emuNAND SD check only occur when emuNAND is being...</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-ecd27f7.zip>Luma3DS-ecd27f7.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/ecd27f7eaa36c1a452e51c913cd87370caaa3235>ecd27f7</a></td><td>master</td><td>2017-8-27</td><td>Fix diskio indentation</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-d5d9283.zip>Luma3DS-d5d9283.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/d5d92835221ac2941de8f2039ce8b8e6d4e30a15>d5d9283</a></td><td>master</td><td>2017-8-27</td><td>Fix diskio indentation</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-618ce67.zip>Luma3DS-618ce67.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/618ce671ac3dc0b4904a766fb3977009ac838233>618ce67</a></td><td>master</td><td>2017-8-27</td><td>Fix previous commit, deinit screens on ARM9 exception, add check for write ...</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-788a66c.zip>Luma3DS-788a66c.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/788a66c165260f55a286964bdeb2cc3ddd09047f>788a66c</a></td><td>master</td><td>2017-8-27</td><td>Fix previous commit, deinit screens on ARM9 exception, add check for write ...</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-2a6a655.zip>Luma3DS-2a6a655.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/2a6a655804fd541ee4f9cc356e662013afe12235>2a6a655</a></td><td>master</td><td>2017-8-27</td><td>Error if emuNAND is booted while the SD card is write protected</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-33436ae.zip>Luma3DS-33436ae.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/33436ae2a64762591e6e754482bed066c2a5700d>33436ae</a></td><td>master</td><td>2017-8-27</td><td>Fix derp with previous commit</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-9f2b66a.zip>Luma3DS-9f2b66a.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/9f2b66ac516677caa2cca3d78d6f8dc080dc072a>9f2b66a</a></td><td>master</td><td>2017-8-27</td><td>Merge branch 'master' of https://github.com/AuroraWright/Luma3DS</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-538d1de.zip>Luma3DS-538d1de.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/538d1dec77361006a7677466a4ff91e8e4b48f87>538d1de</a></td><td>master</td><td>2017-8-22</td><td>Minor style stuff</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-2492c82.zip>Luma3DS-2492c82.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/2492c8273a3bd77a7b7d0639ea7cded354d9f356>2492c82</a></td><td>master</td><td>2017-8-21</td><td>Fix exception display</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-d358df4.zip>Luma3DS-d358df4.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/d358df48a6ffb474184d0035606eff6689ec2505>d358df4</a></td><td>master</td><td>2017-8-20</td><td>Wait for ntrboot buttons not to be held</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-dd6e6e9.zip>Luma3DS-dd6e6e9.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/dd6e6e923a05dcaa3f38f14d6c1b55b6a8e712df>dd6e6e9</a></td><td>master</td><td>2017-8-20</td><td>Wait for ntrboot buttons not to be held</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-f619daf.zip>Luma3DS-f619daf.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/f619dafff1cbdeee506ba7e0eacda2346811c13f>f619daf</a></td><td>master</td><td>2017-8-20</td><td>Added displaying boot source and loader on the bottom screen in the config</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-0419fc4.zip>Luma3DS-0419fc4.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/0419fc4e304663ad2028e8f4fa0226e14dd6be39>0419fc4</a></td><td>master</td><td>2017-8-20</td><td>Reinstate ntrboot display in config</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-cd4c76f.zip>Luma3DS-cd4c76f.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/cd4c76fca89ffbe85930c1c6986d4bfcbd90b9cf>cd4c76f</a></td><td>master</td><td>2017-8-20</td><td>Reinstate ntrboot display in config</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-13317b9.zip>Luma3DS-13317b9.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/13317b9548609ede6d5670b536fd5ec5db0b88e8>13317b9</a></td><td>master</td><td>2017-8-20</td><td>Change ntrboot behavior, turn Luma into a chainloader when used as ntrboot ...</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-18db70a.zip>Luma3DS-18db70a.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/18db70a66985cd25cbad56236c239ca7c7013e0e>18db70a</a></td><td>master</td><td>2017-8-18</td><td>Minor style stuff</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-10beabc.zip>Luma3DS-10beabc.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/10beabcc7bc01590c89f59bf133bc91dd09c1539>10beabc</a></td><td>master</td><td>2017-8-18</td><td>Minor style stuff</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-eb9f838.zip>Luma3DS-eb9f838.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/eb9f83859494370caa21b6344dd43c907bb24ad2>eb9f838</a></td><td>master</td><td>2017-8-18</td><td>Minor style stuff</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-0f9849a.zip>Luma3DS-0f9849a.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/0f9849a80dab464e981074a393579b9f164d6838>0f9849a</a></td><td>master</td><td>2017-8-18</td><td>Minor style stuff</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-d1221e8.zip>Luma3DS-d1221e8.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/d1221e8dddf885f180a0dbb6324a7a0429a51477>d1221e8</a></td><td>master</td><td>2017-8-18</td><td>Minor style stuff</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-32b4dbd.zip>Luma3DS-32b4dbd.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/32b4dbd09954ce536d3688e404d273a57acc6f39>32b4dbd</a></td><td>master</td><td>2017-8-18</td><td>Minor style stuff</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-85f3ac5.zip>Luma3DS-85f3ac5.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/85f3ac54a54b1a982ab45e870fd581e99d665511>85f3ac5</a></td><td>master</td><td>2017-8-18</td><td>Minor style stuff</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-dc3fa06.zip>Luma3DS-dc3fa06.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/dc3fa06200bce7cbd758b3824922611e69a5d830>dc3fa06</a></td><td>master</td><td>2017-8-18</td><td>Minor style stuff</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-f799238.zip>Luma3DS-f799238.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/f79923814d371bb051afcb84b43e6dca3e271e2e>f799238</a></td><td>master</td><td>2017-8-18</td><td>Detect NTRCARD and FIRM1 boot sources properly...</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-c92de03.zip>Luma3DS-c92de03.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/c92de03a5fbca6c365751b2747e8d1de5396fa48>c92de03</a></td><td>master</td><td>2017-8-17</td><td>Always erase exception dump in memory</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-3f356da.zip>Luma3DS-3f356da.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/3f356da87964988344e6513301f89f133192e8bc>3f356da</a></td><td>master</td><td>2017-8-17</td><td>Merge branch 'master' of https://github.com/AuroraWright/Luma3DS</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-ca2622a.zip>Luma3DS-ca2622a.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/ca2622af7c2410396ea315ff19d42dca725687c8>ca2622a</a></td><td>master</td><td>2017-8-16</td><td>Fix #778</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-fbf8a1b.zip>Luma3DS-fbf8a1b.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/fbf8a1b6d92959d69e280eb57ef63c69696dab63>fbf8a1b</a></td><td>master</td><td>2017-8-16</td><td>Minor code syntax stuff</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-d5d56e7.zip>Luma3DS-d5d56e7.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/d5d56e763467a79c39b2748b2fa3e218d388ec49>d5d56e7</a></td><td>master</td><td>2017-8-15</td><td>Merge pull request #790 from WinterMute/windows-path-fix</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-a964089.zip>Luma3DS-a964089.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/a964089df48ee651d626593deb2cc5c5f6396912>a964089</a></td><td>master</td><td>2017-8-15</td><td>Merge pull request #792 from Nanquitas/master</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-322a705.zip>Luma3DS-322a705.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/322a7050aa5a7055cb45ca09e4f7f61fd049feb1>322a705</a></td><td>master</td><td>2017-8-15</td><td>Fix #791</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-009f61a.zip>Luma3DS-009f61a.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/009f61a8b6b22441f8b625a0a79cf576809375cf>009f61a</a></td><td>master</td><td>2017-8-14</td><td>Merge pull request #787 from Nanquitas/master</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-bd1d4a7.zip>Luma3DS-bd1d4a7.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/bd1d4a77fe5dafb6466b037dbbc6d42e17f8e428>bd1d4a7</a></td><td>master</td><td>2017-8-14</td><td>Merge pull request #783 from Nanquitas/patch-1</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-9c6b540.zip>Luma3DS-9c6b540.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/9c6b54090567bcad61ec26ec2cc3916e4097facc>9c6b540</a></td><td>master</td><td>2017-8-13</td><td>Do not hardcode FBs in ARM11, do not set FBs twice on screen init</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-d2e911a.zip>Luma3DS-d2e911a.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/d2e911a58e4e3a8150ad8b494ed81e1c70bc7a06>d2e911a</a></td><td>master</td><td>2017-8-13</td><td>Merge pull request #781 from profi200/master</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-49c0ab6.zip>Luma3DS-49c0ab6.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/49c0ab65dff7c44868879d37e06243e7531577cc>49c0ab6</a></td><td>master</td><td>2017-8-11</td><td>Check r0 and r1 too for firm0 detection</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-93dfb9d.zip>Luma3DS-93dfb9d.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/93dfb9d35b4d6cb2b61950c64895dee1f8c61a22>93dfb9d</a></td><td>master</td><td>2017-8-11</td><td>Check r0 and r1 too for firm0 detection</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-8f9c130.zip>Luma3DS-8f9c130.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/8f9c1305e494ce11fdddbd111d2a4f7807e20206>8f9c130</a></td><td>master</td><td>2017-8-11</td><td>Reinstate unsupported loader error</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-d4193ec.zip>Luma3DS-d4193ec.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/d4193ec11d0ead160edf067b0da1748870c14402>d4193ec</a></td><td>master</td><td>2017-8-11</td><td>Attempt to detect booting from firm</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-6b9b047.zip>Luma3DS-6b9b047.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/6b9b0472bccf32275123741aae22ef6a369647e2>6b9b047</a></td><td>master</td><td>2017-8-11</td><td>Merge pull request #775 from LiquidFenrir/nwmcheck</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-f6483ec.zip>Luma3DS-f6483ec.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/f6483ec60220a4d850c336100e57370fa4cc1eaf>f6483ec</a></td><td>master</td><td>2017-8-7</td><td>Merge branch 'master' of https://github.com/AuroraWright/Luma3DS</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-6bcb1f8.zip>Luma3DS-6bcb1f8.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/6bcb1f8679ad6b3d25df510837c5a60dc4509f7e>6bcb1f8</a></td><td>master</td><td>2017-8-6</td><td>Merge pull request #763 from Streetwalrus/ir-title</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-a0c2b43.zip>Luma3DS-a0c2b43.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/a0c2b43b34ae4fe1146bd42f4fcb7cf82b3b35e8>a0c2b43</a></td><td>master</td><td>2017-8-1</td><td>Implement loading of exheaders from SD/CTRNAND (must be called luma/t…</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-1ab4ca3.zip>Luma3DS-1ab4ca3.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/1ab4ca30128d89ae35b34f88858747a32c2445ba>1ab4ca3</a></td><td>master</td><td>2017-7-23</td><td>Merge pull request #744 from Hikari-chin/master</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-3907c46.zip>Luma3DS-3907c46.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/3907c46980c3f9deb54520c743cc2530b77637b9>3907c46</a></td><td>master</td><td>2017-7-19</td><td>Follow ARM's documentation on hw watchpoints to the letter</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-7e7ab12.zip>Luma3DS-7e7ab12.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/7e7ab124a356cf29dd4bbde78668e098500b83f1>7e7ab12</a></td><td>master</td><td>2017-7-18</td><td>Log logged errdisp messages in /luma/errdisp.txt, fixes #707</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-4475871.zip>Luma3DS-4475871.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/447587158f0f444901dba2ea8ac9b7e14b735cf1>4475871</a></td><td>master</td><td>2017-7-18</td><td>Log logged errdisp messages in /luma/errdisp.txt, fixes #730</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-cfc6cf2.zip>Luma3DS-cfc6cf2.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/cfc6cf24bfcf21443b99bdf64fa81a24b1fa9158>cfc6cf2</a></td><td>master</td><td>2017-7-16</td><td>Some kext refactoring</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-46e9cb6.zip>Luma3DS-46e9cb6.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/46e9cb6b233f98640c2ece8c645bcaf6105b1099>46e9cb6</a></td><td>master</td><td>2017-7-16</td><td>Fix fallthrough bug</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-ba14efe.zip>Luma3DS-ba14efe.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/ba14efe1f4653ad29a374f83adfe8c9d344ffb7b>ba14efe</a></td><td>master</td><td>2017-7-14</td><td>Suppress future -Wimplicit-fallthrough=3 warnings</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-37ba2c1.zip>Luma3DS-37ba2c1.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/37ba2c15de35632092dcf0624020e7e30d823c95>37ba2c1</a></td><td>master</td><td>2017-7-9</td><td>Reinstate framebuffer setup on initScreens to allow old Luma to be chainloa...</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-557f205.zip>Luma3DS-557f205.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/557f2057f772298f4c4b85cdea9a6985b115443d>557f205</a></td><td>master</td><td>2017-7-6</td><td>Fix spacing</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-6b5cc93.zip>Luma3DS-6b5cc93.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/6b5cc93780f6a4499ab02be3ae6b44e200440122>6b5cc93</a></td><td>master</td><td>2017-7-6</td><td>Merge branch 'master' of https://github.com/AuroraWright/Luma3DS</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-8845e4d.zip>Luma3DS-8845e4d.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/8845e4dd2062e0427adb55592ca7afa6cb3c95ea>8845e4d</a></td><td>master</td><td>2017-7-5</td><td>Merge pull request #704 from Hikari-chin/master</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-89fca38.zip>Luma3DS-89fca38.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/89fca38807aa38af282d09da4aee6249b22985f5>89fca38</a></td><td>master</td><td>2017-7-4</td><td>Merge master into local branch</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-5d2a731.zip>Luma3DS-5d2a731.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/5d2a7315d55c6a914ab59263c894edefd654c667>5d2a731</a></td><td>master</td><td>2017-7-3</td><td>Fix SetWifiEnabled</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-1520ab7.zip>Luma3DS-1520ab7.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/1520ab7555a904be6ed64e12d0be6982bbb53ffa>1520ab7</a></td><td>master</td><td>2017-7-2</td><td>Update ISSUE_TEMPLATE.md</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-d4d0fbd.zip>Luma3DS-d4d0fbd.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/d4d0fbd73b296d1810cf32110da83a5c1850c8b5>d4d0fbd</a></td><td>master</td><td>2017-7-1</td><td>Re-add dir_build variable</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-ddb8e98.zip>Luma3DS-ddb8e98.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/ddb8e98e95ec5d38356f5820fc1498cc73f6ae48>ddb8e98</a></td><td>master</td><td>2017-7-1</td><td>Merge branch 'master' of https://github.com/AuroraWright/Luma3DS</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-b48e0b5.zip>Luma3DS-b48e0b5.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/b48e0b5c5b6cdf0c73f4358c782f067fe72e18a7>b48e0b5</a></td><td>master</td><td>2017-6-30</td><td>Update ISSUE_TEMPLATE.md</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-31e2243.zip>Luma3DS-31e2243.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/31e2243c5cb7736ff30be3781dfd2c854c2f61aa>31e2243</a></td><td>master</td><td>2017-6-28</td><td>Update description for enable game patching</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-da0ee2e.zip>Luma3DS-da0ee2e.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/da0ee2e442c844f0afc318f6d3dfd6381a40928e>da0ee2e</a></td><td>master</td><td>2017-6-28</td><td>Fix external 3.x and 4.x FIRMs, fix 1.x and 2.x booting on dev units</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-804d0ec.zip>Luma3DS-804d0ec.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/804d0ecf18cbdccabd589e84b1be6b3384f4dd17>804d0ec</a></td><td>master</td><td>2017-6-28</td><td>Fix external 3.x and 4.x FIRMs, fix 1.x and 2.x booting on dev units</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-b88dc9a.zip>Luma3DS-b88dc9a.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/b88dc9ac6a27b56b65a272447bf3b02ac8b31632>b88dc9a</a></td><td>master</td><td>2017-6-28</td><td>Only check in .text</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-25813e4.zip>Luma3DS-25813e4.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/25813e44e41551623772f40ee0e22f14f3c4278b>25813e4</a></td><td>master</td><td>2017-6-28</td><td>Only check in .text</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-9f78d7f.zip>Luma3DS-9f78d7f.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/9f78d7f62bc0578200796273a14a254e6d049ee0>9f78d7f</a></td><td>master</td><td>2017-6-28</td><td>Add region-free manuals patch</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-e67c6ed.zip>Luma3DS-e67c6ed.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/e67c6ed3ee6804d29aca5d5e4b09493de514ceba>e67c6ed</a></td><td>master</td><td>2017-6-26</td><td>Change pattern</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-a9289b1.zip>Luma3DS-a9289b1.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/a9289b1f212abb7b615cfe704f5769b4d75b6784>a9289b1</a></td><td>master</td><td>2017-6-26</td><td>Merge pull request #662 from MerryMage/dsp-sig</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-d42e938.zip>Luma3DS-d42e938.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/d42e938232ee38d2270c8679feb78df2bafe5d88>d42e938</a></td><td>master</td><td>2017-6-26</td><td>Restore 7.1 max module size for NATIVE_FIRM</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-8214321.zip>Luma3DS-8214321.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/82143212ce80f47dc3304df71f3fbbdc973fd559>8214321</a></td><td>master</td><td>2017-6-26</td><td>Remove the need for Homebrew and GNU tools on macOS</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-9b3a783.zip>Luma3DS-9b3a783.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/9b3a7836deb8f5be9d759727ccba449e8b4fec16>9b3a783</a></td><td>master</td><td>2017-6-26</td><td>Remove the need for Homebrew and GNU tools on macOS</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-205d312.zip>Luma3DS-205d312.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/205d3122b086afc4b52d7317d7f9a47bbf5fb0ce>205d312</a></td><td>master</td><td>2017-6-26</td><td>Remove the need for Homebrew and GNU tools on macOS</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-7246a26.zip>Luma3DS-7246a26.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/7246a2664e07408abb1dff214a98843eb224f20c>7246a26</a></td><td>master</td><td>2017-6-26</td><td>Move section0 to second quarter of VRAM</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-91378ef.zip>Luma3DS-91378ef.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/91378ef3c1523372e2559527bb0b49e106e6303a>91378ef</a></td><td>master</td><td>2017-6-24</td><td>Fix menu display bugs</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-0377cbd.zip>Luma3DS-0377cbd.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/0377cbd2b4e24b45b516223a086cb7a664c795cd>0377cbd</a></td><td>master</td><td>2017-6-22</td><td>Merge branch 'master' of https://github.com/AuroraWright/Luma3DS</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-1782827.zip>Luma3DS-1782827.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/17828273a5a9450658fc36555cf7892ded7e65b2>1782827</a></td><td>master</td><td>2017-6-18</td><td>Revamp config format, add saving of Rosalina opt.</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-901d499.zip>Luma3DS-901d499.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/901d4992c0d702ae451fd12785563da448ed3d83>901d499</a></td><td>master</td><td>2017-6-9</td><td>Attempt fixing svcConnectToPortInitHook.s again</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-4d47d89.zip>Luma3DS-4d47d89.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/4d47d891d1dfd8f3a74acda65ad7aa3c83cf3fc4>4d47d89</a></td><td>master</td><td>2017-6-9</td><td>Fix max module size check, static-ify more strings</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-a704690.zip>Luma3DS-a704690.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/a7046909ec61aa523746b2324de58c1d57c9ee78>a704690</a></td><td>master</td><td>2017-6-9</td><td>Use static const when appropriate</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-4bc9597.zip>Luma3DS-4bc9597.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/4bc95979de7a0451d2fd73ccd714880a520b525c>4bc9597</a></td><td>master</td><td>2017-6-9</td><td>Revert #949d219c726e41cca84c873e7e200be14af13f63 (breaks building on *nix)</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-949d219.zip>Luma3DS-949d219.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/949d219c726e41cca84c873e7e200be14af13f63>949d219</a></td><td>master</td><td>2017-6-9</td><td>lolwut this fixes building on WSL</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-84d736c.zip>Luma3DS-84d736c.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/84d736c2eb57dab3c0f2b30005bb2fc95f42fcc2>84d736c</a></td><td>master</td><td>2017-6-7</td><td>Refactor fatalExceptionHandlers.s a bit</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-a16d1eb.zip>Luma3DS-a16d1eb.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/a16d1ebe33526eafc4a203fbf867e5897487c0b6>a16d1eb</a></td><td>master</td><td>2017-6-7</td><td>Refactor k11 main hook</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-43f3c84.zip>Luma3DS-43f3c84.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/43f3c84316df61e2609ca58d5aecb5badb44fe8f>43f3c84</a></td><td>master</td><td>2017-6-7</td><td>Merge branch 'master' of https://github.com/AuroraWright/Luma3DS</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-c06de4c.zip>Luma3DS-c06de4c.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/c06de4ccd8944f9f2f70a2d8527f2cc5c6640a4c>c06de4c</a></td><td>ir</td><td>2017-6-7</td><td>inputredirection hook in ir:user cpp emulation => c-stick works in games no...</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-4429cb2.zip>Luma3DS-4429cb2.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/4429cb2095c7294a97843433ae0259958b8a419c>4429cb2</a></td><td>master</td><td>2017-6-4</td><td>Refactor chronometer functions</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-b97afc7.zip>Luma3DS-b97afc7.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/b97afc74ae2a494439cb69e2e03919ab4e882816>b97afc7</a></td><td>master</td><td>2017-6-4</td><td>Refactor chronometer functions</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-44c0d8d.zip>Luma3DS-44c0d8d.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/44c0d8d3e817783b0245290b1cdc758c5fd2a243>44c0d8d</a></td><td>master</td><td>2017-6-4</td><td>Refactor chronometer functions</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-cab54d1.zip>Luma3DS-cab54d1.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/cab54d1b313cae8167ffbc4ee32b277252b3fbcc>cab54d1</a></td><td>master</td><td>2017-6-4</td><td>Move i2c delay to i2c.c</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-4c87800.zip>Luma3DS-4c87800.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/4c87800486716f23f9cdfb87e70df1d67fa137af>4c87800</a></td><td>b9s-next</td><td>2017-6-1</td><td>Rework whitelist check patch</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-080a8cc.zip>Luma3DS-080a8cc.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/080a8cc917f1f62da6c443abfba890ed0595429e>080a8cc</a></td><td>b9s-next</td><td>2017-6-1</td><td>Add DS cart whitelist patch for home menu (both versions of the func should...</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-8308e1a.zip>Luma3DS-8308e1a.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/8308e1a8b84e305f3258fc98b26ab1016fe4f574>8308e1a</a></td><td>master</td><td>2017-5-31</td><td>Merge pull request #479 from Margen67/master</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-9570e6c.zip>Luma3DS-9570e6c.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/9570e6cbeca53128433abbf5e3473cb8a07fe69e>9570e6c</a></td><td>master</td><td>2017-5-31</td><td>Merge pull request #472 from gnmmarechal/master</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-36dcf43.zip>Luma3DS-36dcf43.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/36dcf43542f4079c0e6cf1c7692f4df5343d5585>36dcf43</a></td><td>b9s-next</td><td>2017-5-29</td><td>Update gitignore, Minor style changes</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-7737588.zip>Luma3DS-7737588.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/7737588d5eb8ed3ecf8f4f38ebb5688149b1d05f>7737588</a></td><td>b9s-next</td><td>2017-5-29</td><td>Update gitignore, Minor style changes</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-6a8da59.zip>Luma3DS-6a8da59.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/6a8da5919fe362c823e7186a878cc01d203e4e0d>6a8da59</a></td><td>b9s-next</td><td>2017-5-29</td><td>Change directory structure</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-ab03ea4.zip>Luma3DS-ab03ea4.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/ab03ea4524263fd3198515649fc702b83b59ca70>ab03ea4</a></td><td>b9s-next</td><td>2017-5-29</td><td>More complete TWL key init</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-90f29af.zip>Luma3DS-90f29af.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/90f29af754ef81874ce06c36176957e51500c49e>90f29af</a></td><td>b9s-next</td><td>2017-5-26</td><td>Merge into local branch/fix crt0 derp</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-a75e207.zip>Luma3DS-a75e207.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/a75e2075b8aba51bce34b977ba62771cb543b4ae>a75e207</a></td><td>b9s-next</td><td>2017-5-26</td><td>Backport FIRM whitelist from b9s</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-602eec7.zip>Luma3DS-602eec7.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/602eec7e166b898de081d6e5da9fa07f6f40d9ac>602eec7</a></td><td>b9s-next</td><td>2017-5-26</td><td>Merge branch 'b9s-next' of https://github.com/AuroraWright/Luma3DS into b9s...</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-de88a84.zip>Luma3DS-de88a84.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/de88a84ce9e3ccd9077c19e1fa9e5c4f4fe97ac9>de88a84</a></td><td>b9s-next</td><td>2017-5-25</td><td>Fix call to patchK11ModuleLoading</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-6221187.zip>Luma3DS-6221187.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/6221187eda1d43ec260d5917af4b93b79404e040>6221187</a></td><td>b9s-next</td><td>2017-5-25</td><td>Fix call to patchK11ModuleLoading</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-4ac2f95.zip>Luma3DS-4ac2f95.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/4ac2f956bcac8e3e5a26681c4b007d9ea58880fb>4ac2f95</a></td><td>b9s-next</td><td>2017-5-25</td><td>Not needed/usable</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-3cdcd4f.zip>Luma3DS-3cdcd4f.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/3cdcd4f2616fa6a912db67935445aadce03a1274>3cdcd4f</a></td><td>b9s-next</td><td>2017-5-25</td><td>Remove hardcoded CTRNAND FAT offsets, calculate them from parsing NCSD + CT...</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-af44149.zip>Luma3DS-af44149.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/af441491503fb79713382f33b934f2f641222bfc>af44149</a></td><td>gpu-fuckery</td><td>2017-5-25</td><td>Added non-working GPU shutdown function in deinitScreens.</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-8b4dda7.zip>Luma3DS-8b4dda7.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/8b4dda74708f9f7484ffd282fba86f6eb3debccf>8b4dda7</a></td><td>gpu-fuckery</td><td>2017-5-25</td><td>Added GPU shutdown function in deinitScreens.</td></tr>
<tr><td><p><a href=/Luma3DS/builds/Luma3DS-a187c0c.zip>Luma3DS-a187c0c.zip</a></p></td><td><a href=https://github.com/AuroraWright/Luma3DS/commit/a187c0c7cec07790401ac81d56e77d55fed2b328>a187c0c</a></td><td>master</td><td>2017-5-23</td><td>Update README.md w/r/t firmtool</td></tr>
</tbody>
</table>
</div>
</body>
</html>