libctru v2.5.0
Loading...
Searching...
No Matches
nwmext.h
1#pragma once
2
3// Initializes NWMEXT.
4Result nwmExtInit(void);
5
6// Exits NWMEXT.
7void nwmExtExit(void);
8
9/**
10 * @brief Turns wireless on or off.
11 * @param enableWifi True enables it, false disables it.
12 */
13Result NWMEXT_ControlWirelessEnabled(bool enableWifi);
s32 Result
Function result.
Definition types.h:42