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