mirror of
https://github.com/NinjaCheetah/libWiiPy.git
synced 2025-04-25 21:01:01 -04:00
15 lines
420 B
Markdown
15 lines
420 B
Markdown
# libWiiPy.nand.sys Module
|
|
|
|
## Description
|
|
|
|
The `libWiiPy.nand.sys` module provides support for editing system files used on the Wii. Currently, it only offers support for `uid.sys`, which keeps a record of the Title IDs of every title launched on the console, assigning each one a unique ID.
|
|
|
|
## Module Contents
|
|
|
|
```{eval-rst}
|
|
.. automodule:: libWiiPy.nand.sys
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
```
|