mirror of
https://github.com/NinjaCheetah/libWiiPy.git
synced 2025-04-26 13:21:01 -04:00
15 lines
461 B
Markdown
15 lines
461 B
Markdown
# libWiiPy.nand.emunand Module
|
|
|
|
## Description
|
|
|
|
The `libWiiPy.nand.emunand` module provides support for creating and managing Wii EmuNANDs. At present, you cannot create an EmuNAND compatible with something like NEEK on a real Wii with the features provided by this library, but you can create an EmuNAND compatible with Dolphin.
|
|
|
|
## Module Contents
|
|
|
|
```{eval-rst}
|
|
.. automodule:: libWiiPy.nand.emunand
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
```
|