mirror of
https://github.com/NinjaCheetah/libWiiPy.git
synced 2025-04-26 13:21:01 -04:00
Corrected small error in tmd.py, GameChannel is the "correct" name
This commit is contained in:
parent
a85beac602
commit
3b7a2d09b0
@ -257,7 +257,7 @@ class TMD:
|
|||||||
Gets the type of the TMD's associated title.
|
Gets the type of the TMD's associated title.
|
||||||
|
|
||||||
Can be one of several possible values:
|
Can be one of several possible values:
|
||||||
'System', 'Game', 'Channel', 'SystemChannel', 'GameWithChannel', or 'HiddenChannel'
|
'System', 'Game', 'Channel', 'SystemChannel', 'GameChannel', or 'HiddenChannel'
|
||||||
|
|
||||||
Returns
|
Returns
|
||||||
-------
|
-------
|
||||||
@ -275,7 +275,7 @@ class TMD:
|
|||||||
case '00010002':
|
case '00010002':
|
||||||
return "SystemChannel"
|
return "SystemChannel"
|
||||||
case '00010004':
|
case '00010004':
|
||||||
return "GameWithChannel"
|
return "GameChannel"
|
||||||
case '00010005':
|
case '00010005':
|
||||||
return "DLC"
|
return "DLC"
|
||||||
case '00010008':
|
case '00010008':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user