Line 28: |
Line 28: |
| | 10 || [9.0.0+] [[#GetFirmwareVersionForDebug]] || | | | 10 || [9.0.0+] [[#GetFirmwareVersionForDebug]] || |
| |- | | |- |
− | | 11 || [10.1.0+] GetDeviceNickName || Same as "set:sys" GetDeviceNickName. | + | | 11 || [10.1.0+] [[#GetDeviceNickName]] || |
| |} | | |} |
| | | |
Line 681: |
Line 681: |
| | 76 || [[#SetInitialLaunchSettings]] | | | 76 || [[#SetInitialLaunchSettings]] |
| |- | | |- |
− | | 77 || GetDeviceNickName | + | | 77 || [[#GetDeviceNickName]] |
| |- | | |- |
− | | 78 || SetDeviceNickName | + | | 78 || [[#SetDeviceNickName]] |
| |- | | |- |
| | 79 || [[#GetProductModel]] | | | 79 || [[#GetProductModel]] |
Line 1,024: |
Line 1,024: |
| == SetInitialLaunchSettings == | | == SetInitialLaunchSettings == |
| Takes an input [[#InitialLaunchSettings]], no output. | | Takes an input [[#InitialLaunchSettings]], no output. |
| + | |
| + | == GetDeviceNickName == |
| + | Takes a type-0x16 output buffer containing a [[#DeviceNickName]]. |
| + | |
| + | With [10.1.0+] sdknso now uses the set cmd instead of the setsys cmd. |
| + | |
| + | == SetDeviceNickName == |
| + | Takes a type-0x15 input buffer containing a [[#DeviceNickName]]. |
| | | |
| == GetProductModel == | | == GetProductModel == |
Line 1,166: |
Line 1,174: |
| == SetFieldTestingFlag == | | == SetFieldTestingFlag == |
| Takes an input bool, no output. | | Takes an input bool, no output. |
| + | |
| + | == DeviceNickName == |
| + | This is "nn::settings::system::DeviceNickName". This is a 0x80-byte struct. |
| | | |
| == UserSelectorFlag == | | == UserSelectorFlag == |