Searched refs:version (Results 1 – 13 of 13) sorted by relevance
| /CafeSDK-2.12.13-1/system/include/nn/aoc/ |
| D | aoc_Types.h | 42 u16 version; //!< Shows the title version. member
|
| /CafeSDK-2.12.13-1/system/include/nn/boss/ |
| D | boss_DataStoreTypes.h | 49 DataVersionType version; //!< Data version. member
|
| /CafeSDK-2.12.13-1/system/src/build/make/ |
| D | ghs_version_check.mk | 16 SHOW_GHS_VERSION=$(info Using GHS tools version $(CAFE_GHS_VERSION) ($(GHS_VERSION_NUMBER)))
|
| /CafeSDK-2.12.13-1/system/include/ |
| D | zlib.h | 1533 const char *version, int stream_size)); 1535 const char *version, int stream_size)); 1538 int strategy, const char *version, 1541 const char *version, int stream_size)); 1544 const char *version,
|
| /CafeSDK-2.12.13-1/ |
| D | cafe.bat | 180 if "%CYGCHECK%" == "" echo WARNING: This version of cygwin is not supported. The expected version … 181 …" == "x86_64" echo WARNING: 64-bit Cygwin is not supported. You should install the 32-bit version! 185 REM Find Cygwin or MSYS/MinGW version of cygpath.exe 284 :: Accept an installed version as new as the one in the first set below, 289 :: Now have a selected version. Sanity check it. 313 :: assume correct version, check_ghs_version will set version to last 314 :: incorrect version seen 332 :: GUI version must check the date 357 echo Newer version of GHS tools %CAFE_GHS_VERSION_EXPECT% is available please update 589 echo. Please install HostBridge version 3.2.2.3+ or disable the multi-CATDEV feature. [all …]
|
| /CafeSDK-2.12.13-1/system/include/nn/ec/ |
| D | ec_Api.h | 52 nn::Result Initialize(u32 version = NN_EC_VERSION);
|
| /CafeSDK-2.12.13-1/system/bin/tool/ |
| D | cafeheadlessrun | 57 -b : Use DEBUG version of the OS
|
| D | viewcore.bat | 34 ::::: Check GHS version; should be newer than 5.3.21 Core0 BETA. 89 …echo Error: MULTI version %MIN_VER% %PATCH% or later is needed. Current Version is %CURRENT_VERSIO…
|
| D | caferun | 173 -b : use DEBUG OS version 174 -u : use FDEBUG OS version 751 …echo Updating title id, group id, title version and app type in $FILE_DEST, based on $APP_XML_FILE…
|
| /CafeSDK-2.12.13-1/system/bin/tool/mastering/resources/compat/ |
| D | NdevRun.ddf | 48 ; The version number of the video game.
|
| /CafeSDK-2.12.13-1/system/include/cafe/pads/kpad/ |
| D | kpad.h | 19 #error KPAD version 2 (kpad.h) cannot be used with KPADOld (kpadOld.h)
|
| /CafeSDK-2.12.13-1/system/src/tool/cafex/ |
| D | CafeFunctions.cs | 1075 UInt32 maj, min, mic, version; in readSDKFromCafeRoot() 1084 if (!UInt32.TryParse(subs[2], out version)) in readSDKFromCafeRoot() 1090 maj = version / 10000; in readSDKFromCafeRoot() 1091 min = (version % 10000) / 100; in readSDKFromCafeRoot() 1092 mic = version % 100; in readSDKFromCafeRoot() 1987 string version = line.Substring(index, 16); in run() 1988 CAFERUN_OS_MAJOR_VERSION_LO.value = version.Substring(8, 8); in run() 1989 CAFERUN_OS_MAJOR_VERSION.value = version.Substring(14, 2); in run() 9288 static int compute_flat_version(string version) in compute_flat_version() argument 9294 string[] numbers = version.Split('.'); in compute_flat_version() [all …]
|
| /CafeSDK-2.12.13-1/system/include/cafe/curl/ |
| D | curl.h | 2046 const char *version; /* LIBCURL_VERSION */ member
|