mirror of
https://github.com/NinjaCheetah/libWiiPy.git
synced 2025-04-25 21:01:01 -04:00
17 lines
593 B
Markdown
17 lines
593 B
Markdown
# libWiiPy.nand.setting Module
|
|
|
|
## Description
|
|
|
|
The `libWiiPy.nand.setting` module provides support for handling the Wii's `setting.txt` file. This file is stored as part of the Wii Menu's save data (stored in `/title/00000001/00000002/data/`) and is an encrypted text file that's primarily used to store your console's serial number and region information.
|
|
|
|
This module allows you to encrypt or decrypt this file, and exposes the keys stored in it for editing.
|
|
|
|
## Module Contents
|
|
|
|
```{eval-rst}
|
|
.. automodule:: libWiiPy.nand.setting
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
```
|