mirror of
https://github.com/LumaTeam/Luma3DS.git
synced 2026-02-22 18:04:38 +00:00
20 lines
629 B
XML
20 lines
629 B
XML
|
|
<?xml version="1.0"?>
|
||
|
|
<!DOCTYPE target SYSTEM "osdata.dtd">
|
||
|
|
<osdata type="types">
|
||
|
|
<item>
|
||
|
|
<column name="Type">cfwversion</column>
|
||
|
|
<column name="Description">Listing of the Luma3DS version, commit hash, etc.</column>
|
||
|
|
<column name="Title">CFW</column>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<column name="Type">memory</column>
|
||
|
|
<column name="Description">Listing of memory usage per region</column>
|
||
|
|
<column name="Title">Memory</column>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<column name="Type">processes</column>
|
||
|
|
<column name="Description">Listing of all processes</column>
|
||
|
|
<column name="Title">Processes</column>
|
||
|
|
</item>
|
||
|
|
</osdata>
|