Home
last modified time | relevance | path

Searched refs:version (Results 1 – 13 of 13) sorted by relevance

/CafeSDK-2.12.13/system/include/nn/aoc/
Daoc_Types.h42 u16 version; //!< Shows the title version. member
/CafeSDK-2.12.13/system/include/nn/boss/
Dboss_DataStoreTypes.h49 DataVersionType version; //!< Data version. member
/CafeSDK-2.12.13/system/src/build/make/
Dghs_version_check.mk16 SHOW_GHS_VERSION=$(info Using GHS tools version $(CAFE_GHS_VERSION) ($(GHS_VERSION_NUMBER)))
/CafeSDK-2.12.13/system/include/
Dzlib.h1533 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/
Dcafe.bat180 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,
288 :: Now have a selected version. Sanity check it.
312 :: assume correct version, check_ghs_version will set version to last
313 :: incorrect version seen
331 :: GUI version must check the date
356 echo Newer version of GHS tools %CAFE_GHS_VERSION_EXPECT% is available please update
588 echo. Please install HostBridge version 3.2.2.3+ or disable the multi-CATDEV feature.
[all …]
/CafeSDK-2.12.13/system/include/nn/ec/
Dec_Api.h52 nn::Result Initialize(u32 version = NN_EC_VERSION);
/CafeSDK-2.12.13/system/bin/tool/
Dcafeheadlessrun57 -b : Use DEBUG version of the OS
Dviewcore.bat34 ::::: 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…
Dcaferun173 -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/system/bin/tool/mastering/resources/compat/
DNdevRun.ddf48 ; The version number of the video game.
/CafeSDK-2.12.13/system/include/cafe/pads/kpad/
Dkpad.h19 #error KPAD version 2 (kpad.h) cannot be used with KPADOld (kpadOld.h)
/CafeSDK-2.12.13/system/src/tool/cafex/
DCafeFunctions.cs1053 UInt32 maj, min, mic, version; in readSDKFromCafeRoot()
1062 if (!UInt32.TryParse(subs[2], out version)) in readSDKFromCafeRoot()
1068 maj = version / 10000; in readSDKFromCafeRoot()
1069 min = (version % 10000) / 100; in readSDKFromCafeRoot()
1070 mic = version % 100; in readSDKFromCafeRoot()
1888 string version = line.Substring(index, 16); in run()
1889 CAFERUN_OS_MAJOR_VERSION_LO.value = version.Substring(8, 8); in run()
1890 CAFERUN_OS_MAJOR_VERSION.value = version.Substring(14, 2); in run()
8697 static int compute_flat_version(string version) in compute_flat_version() argument
8703 string[] numbers = version.Split('.'); in compute_flat_version()
[all …]
/CafeSDK-2.12.13/system/include/cafe/curl/
Dcurl.h2046 const char *version; /* LIBCURL_VERSION */ member