blob: a8192eaa9931b57da5d44c6df0928f746cdaacbe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<?php addHeading("Luma", "about"); ?>
<section>
<p><em>Luma</em> is an emulator for the <em>AGB</em> line of game consoles by Nintendo Co.</p>
</section>
<?php addHeading("Status", "status"); ?>
<section>
<p>The development of <em>Luma</em> is currently on hold in favour of <a href="?p=pollex"><em>Pollex</em></a>, which is to be used as a backend.</p>
</section>
|