blob: bc7cdc4ea76d33e08b291db2f72a3a1fac3f7b87 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<?php addHeading("Advanced X", "about"); ?>
<section>
<p><em>Advanced X</em> (or just <em>AX</em>) is a C library for developing apps for the <em>AGB</em> line of hardware.</p>
</section>
<?php addHeading("Status", "status"); ?>
<section>
<p>The development of <em>AX</em> is currently on hold to prioritise <a href="?p=luma"><em>Luma</em></a> and <a href="?p=eas"><em>eAS</em></a>.</p>
</section>
|