mirror of
https://github.com/NinjaCheetah/NUSGet.git
synced 2026-02-27 23:25:29 -05:00
Entirely rewrote title tree backend
Title trees are now model-based rather than item based. Coming with this is proper item metadata, so the data and UI are finally disconnected, making future development much easier. There are also some minor visual improvements as a result of using a TreeView instead of a TreeWidget. vWii System Menus now have public versions defined in the database. Public version display code has also been entirely rewritten, as the version displayed in the interface and the version used by the code are no longer the same.
This commit is contained in:
@@ -30,7 +30,18 @@
|
||||
},
|
||||
"Ticket": true,
|
||||
"Archive Name": "System-Menu",
|
||||
"Danger": "The System Menu is a critical part of the vWii's operation, and should not be modified. If you intend to modify it, you should have Preloader installed, or else you may not be able to use the vWii."
|
||||
"Danger": "The System Menu is a critical part of the vWii's operation, and should not be modified. If you intend to modify it, you should have Preloader installed, or else you may not be able to use the vWii.",
|
||||
"Public Versions": {
|
||||
"512": "4.3J - Wii U v1.0.0J",
|
||||
"513": "4.3U - Wii U v1.0.0U",
|
||||
"514": "4.3E - Wii U v1.0.0E",
|
||||
"544": "4.3J - Wii U v4.0.0J",
|
||||
"545": "4.3U - Wii U v4.0.0U",
|
||||
"546": "4.3E - Wii U v4.0.0E",
|
||||
"608": "4.3J - Wii U v5.2.0J",
|
||||
"609": "4.3U - Wii U v5.2.0U",
|
||||
"610": "4.3E - Wii U v5.2.0E"
|
||||
}
|
||||
}
|
||||
],
|
||||
"System Channels": [
|
||||
|
||||
Reference in New Issue
Block a user