Changes

1 byte added ,  02:31, 10 March 2021
Fix masking
Line 1: Line 1:  
'''IOS62''' is an [[IOS]] that is used by the Wii U Transfer Tool (both on the Wii and Wii U).
 
'''IOS62''' is an [[IOS]] that is used by the Wii U Transfer Tool (both on the Wii and Wii U).
   −
Unlike other IOS versions, IOS62's ES sysmodule allows ES_SetUid to be called not only by the System Menu but also by the Wii U Transfer Tool. This is done by checking whether (active_title_id & 0xff) is equal to 00010001484353ff (HCS*).
+
Unlike other IOS versions, IOS62's ES sysmodule allows ES_SetUid to be called not only by the System Menu but also by the Wii U Transfer Tool. This is done by checking whether (active_title_id & ~0xff) is equal to 0001000148435300 (HCS*).
   −
On Wii U vWii, IOS62 has a different set of exceptions.  Its v6430 allows 00010001484354ff (HCT*), and its v6686 and v6942 allow 00010001484354ff (HCT*) and 0001000848435aff (HCZ*).  Note that v6942 was [https://wii.marcan.st/wiimpersonator/reports/vwii/USA/20140722-022106.log released as an update] at the same time HCZ* was added.
+
On Wii U vWii, IOS62 has a different set of exceptions.  Its v6430 allows 0001000148435400 (HCT*), and its v6686 and v6942 allow 0001000148435400 (HCT*) and 0001000848435a00 (HCZ*).  Note that v6942 was [https://wii.marcan.st/wiimpersonator/reports/vwii/USA/20140722-022106.log released as an update] at the same time HCZ* was added.
    
{| class="wikitable"
 
{| class="wikitable"
303

edits