Lines Matching refs:to
1 Example of How to Deal with WM Changes from NITRO-SDK 2.0 FC to 2.0 RC1
3 This document is intended to support revisions related to incompatibilities in the program under ve…
9 In addition, u16 ggid[2] has changed to u32 ggid.
19 Be sure to set the game group ID assigned by Nintendo in WC_GGID as a u32 value.
20 WMGameInfo has also been changed from u16 ggid[2] to u32 ggid.
21 …ile checking the result of scanning the parent using WMStarScan, those segments need to be changed.
31 …Note: Although unrelated to this change, be aware that code comparing wcWmBssDesc->length was omit…
32 …made that WMBssDesc.gameInfo contains a valid value, take this opportunity to confirm the value of…
35 MAC address expressions were changed from u16 macAddress[3] to u8 macAddress[6].
36 Make sure to change any section that receives the MAC address, such as the WM_STATECODE_CONNECTED n…
37 … change is necessary because WMScanParam.bssid set during scanning was also changed to u8 bssid[6].
49 3. Changes to the WM_StartMPEx interface
51 The argument BOOL ignoreFatalError was added to WM_StartMPEx.
52 Under normal applications, make sure to add FALSE at the end of the arguments.
53 Note: There are no changes to applications that use WM_StartMP.