mirror of
https://github.com/NinjaCheetah/libWiiPy.git
synced 2026-02-12 15:05:41 -05:00
Added method to title module to get if a title is signed legitimately
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# libWiiPy.nand.setting Module
|
||||
|
||||
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}
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# libWiiPy.nand.sys Module
|
||||
|
||||
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}
|
||||
|
||||
Reference in New Issue
Block a user