Home
last modified time | relevance | path

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

12

/RvlSDK-3.2/build/demos/reldemo/src/
Dstatic.c88 OSReport("version %d\n", moduleInfo->version); in DumpModuleInfo()
102 if (2 <= module->info.version) in DumpModuleHeader()
107 if (3 <= module->info.version) in DumpModuleHeader()
134 if (3 <= module->info.version) in Load()
/RvlSDK-3.2/
Dreadme-RVL_SDK-3_2.txt19 This is version 3.2 of the Revolution SDK.
23 This version of the SDK has been greatly modified from the previous version.
55 This feature is enabled by installing version 071002 or later of the NDEV software package.
64 Programs created using this SDK are expected to run in the following version (or later) of the Wii …
78 (audio source file, ADPCM version)
80 (table file, ADPCM version)
82 (audio source file, PCM version)
84 (table file, PCM version)
115 This version of the SDK only supports the commercial release versions of NDEV.
116 Whenever possible, use the NDEV software package version 071002 or later.
[all …]
Dreadme-RVL_SDK-3_2-patch2.txt20 This is the Revolution SDK version 3.2 patch 2.
54 This feature is enabled by installing version 071002 or later of the NDEV software package.
63 Programs created using this SDK are expected to run in the following version (or later) of the Wii …
77 (audio source file, ADPCM version)
79 (table file, ADPCM version)
81 (audio source file, PCM version)
83 (table file, PCM version)
114 This version of the SDK only supports the commercial release versions of NDEV.
115 Whenever possible, use the NDEV software package version 071002 or later.
206 Use the stationary patch released for version 3.0 Alpha 5 of CodeWarrior for GAMECUBE.
/RvlSDK-3.2/include/revolution/os/
DOSBootInfo.h73 u32 version; member
DOSModule.h107 u32 version; // Version number member
/RvlSDK-3.2/include/revolution/
Dthpfile.h65 u32 version; // version number member
Drso.h78 u32 version; // Version number member
DkpadOld.h19 #error KPADOld (kpadOld.h) cannot be used with KPAD version 2 (kpad.h)
Ddvd.h587 u8 diskNum, u8 version);
Dkpad.h19 #error KPAD version 2 (kpad.h) cannot be used with KPADOld (kpadOld.h)
/RvlSDK-3.2/build/demos/hio2demo/vc++/simple/
DReadMe.txt11 Information on the Visual C++ version used to create files is included. Information regarding the p…
/RvlSDK-3.2/build/tools/thputilities/src/
Dthputilities.c332 header->version = THP_VERSION; in THPUtyHeaderInit()
367 if ((rtn = THPUtyPutU32(op, header->version)) != THP_ERROR_NOERROR) in THPUtyWriteTHPHeader()
709 header->version = THPUtyReverseEndianU32(header->version); in THPUtyReadTHPHeader()
976 if (fileHeader->header.version > 0x10000) in THPUtyReadTHPFileHeader()
993 if (fileHeader->header.version > 0x10000) in THPUtyReadTHPFileHeader()
1457 fileHeader->header.version = THP_VERSION; in THPUtyCreateTHP()
1741 if (fileHeader->header.version > 0x10000) in THPUtyCopyTHPFile()
2072 fileHeader->header.version = THP_VERSION; in THPUtyCopyTHPFile()
/RvlSDK-3.2/build/libraries/kpadOld/include/
DKPADinside.h17 #error KPADinside.h of KPADOld cannot be used with that of KPAD version 2
/RvlSDK-3.2/build/libraries/kpad/include/
DKPADinside.h17 #error KPADinside.h of KPAD version 2 cannot be used with that of KPADOld
/RvlSDK-3.2/build/buildtools/
Dcommondefs16 # Check make version
20 @echo ---- Sorry, this makefile is for \'make\' version 3.80
185 # _DEBUG is our symbol for saying "debug version". The absence of NDEBUG
190 # NDEBUG is our symbol for saying "no debug version". The absence of _DEBUG
Dmodulerules35 # BINSUFFIX - the suffix of the binary (e.g. "D" if debug version, ".elf" if
/RvlSDK-3.2/build/demos/hio2demo/vc++/dual/
DReadMe.txt14 It contains information about the version of Visual C++ that generated the file, and
Ddouble-common.rc298 ID_APP_ABOUT "Display program information, version number and copyright\nAbout"
Ddual.rc281 ID_APP_ABOUT "Display program information, version number and copyright\nAbout"
/RvlSDK-3.2/build/tools/TexConv/sample/
Dsample.tcs16 ; problems? try the TexConv.exe debug version- it provides
/RvlSDK-3.2/build/demos/hio2demo/vc++/multi/
DReadMe.txt14 It contains information about the version of Visual C++ that generated the file, and
Dmulti.rc310 ID_APP_ABOUT "Display program information, version number and copyright\nAbout"
/RvlSDK-3.2/build/libraries/tc/src/
DTCTPLToolbox.cpp2620 u32 version; in TCGetTplVersion() local
2627 if( (fread( &version, 4, 1, fp )) != 1 ) in TCGetTplVersion()
2635 TCFixEndian( (u8*)&version, 4 ); in TCGetTplVersion()
2637 return version; in TCGetTplVersion()
/RvlSDK-3.2/build/demos/thpdemo/src/THPSimple/
DTHPSimple.c274 if (SimpleControl.header.version != THP_VERSION) in THPSimpleOpen()
/RvlSDK-3.2/build/demos/thpdemo/src/THPPlayer/
DTHPPlayer.c292 if (ActivePlayer.header.version != THP_VERSION) in THPPlayerOpen()

12