MCPcopy Create free account
hub / github.com/devkitPro/libctru / osIsHeadsetConnected

Function osIsHeadsetConnected

libctru/include/3ds/os.h:322–325  ·  view source on GitHub ↗

* @brief Checks whether a headset is connected. * @return true or false. */

Source from the content-addressed store, hash-verified

320 * @return true or false.
321 */
322static inline bool osIsHeadsetConnected(void)
323{
324 return OS_SharedConfig->headset_connected != 0;
325}
326
327/**
328 * @brief Configures the New 3DS speedup.

Callers 1

ndspUpdateMasterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected