Searched refs:on (Results 1 – 4 of 4) sorted by relevance
| /CTR-SDK-1.3.0/CTR_SDK/resources/configtool/ |
| D | ctrsetting.txt | 34 ^latestMinorVer:255; // Latest EULA Version Saved on System (minor version) (value from 0 to … 35 ^latestMajorVer:255; // Latest EULA Version Saved on System (major version) (value from 0 to … 41 ^parentalBrowser:1; // Is there a restriction on launching the full browser? (0: not set, 1: set)$ 42 ^parentalUlcd:1; // Is there a restriction on ULCD display? (0: not set, 1: set)$ 43 ^parentalPhotoExchange:1; // Is there a restriction on exchanging photos? (0: not set, 1: set)$ 44 ^parentalP2PInternet:1; // Is there a restriction on Internet communication with other users? (0… 45 ^parentalP2PCec:1; // Is there a restriction on StreetPass communication with other users? (0… 46 ^parentalAddFriend:1; // Is there a restriction on friend registration? (0: not set, 1: set)$ 47 ^parentalDsDownload:1; // Is there a restriction on launching DS downloads? (0: not set, 1: set)$ 48 ^parentalShopPoint:1; // Is there a restriction on registering and using shop points? (0: not set,…
|
| /CTR-SDK-1.3.0/CTR_SDK/include/nn/camera/CTR/ |
| D | camera_Api.h | 62 nn::Result SetAutoExposure( CameraSelect select, bool on ); 64 nn::Result SetAutoWhiteBalance( CameraSelect select, bool on ); 77 nn::Result SetNoiseFilter( CameraSelect select, bool on ); 474 inline nn::Result SetAutoExposure( CameraSelect select, bool on ) in SetAutoExposure() argument 476 return detail::SetAutoExposure(select, on); in SetAutoExposure() 502 inline nn::Result SetAutoWhiteBalance( CameraSelect select, bool on ) in SetAutoWhiteBalance() argument 504 return detail::SetAutoWhiteBalance(select, on); in SetAutoWhiteBalance() 717 inline nn::Result SetNoiseFilter( CameraSelect select, bool on ) in SetNoiseFilter() argument 719 return detail::SetNoiseFilter( select, on ); in SetNoiseFilter()
|
| D | camera_Camera.h | 138 static nn::Result SetAutoExposure( nn::camera::CTR::CameraSelect camera, bool on ); 140 static nn::Result SetAutoWhiteBalance( nn::camera::CTR::CameraSelect camera, bool on ); 153 static nn::Result SetNoiseFilter( nn::camera::CTR::CameraSelect camera, bool on );
|
| /CTR-SDK-1.3.0/CTR_SDK/include/nn/math/inline/ |
| D | math_Quaternion.ipp | 334 @brief Modify q so it is on the same side of the hypersphere as qto
|