Home
last modified time | relevance | path

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

12

/RvlSDK-3.1.4/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.1.4/
Dreadme-RVL_SDK-3_1-patch2.txt24 This version of SDK has been greatly modified from the previous version.
47 This feature is enabled by installing version 071002 or later of the NDEV software package.
55 Programs created using this SDK are expected to run in the Wii Menu of the version noted below or l…
59 Abnormal behavior may occur in systems whose version is earlier than the one above.
68 …/synth/gm16adpcm.pcm: GM16.DLS data converted for use with Wii (audio source files, ADPCM version).
69 …/axdemo/synth/gm16adpcm.wt: GM16.DLS data converted for use with Wii (table files, ADPCM version).
70 …mo/synth/gm16pcm.pcm: GM16.DLS data converted for use with Wii (audio source files, PCM version).
71 …ta/axdemo/synth/gm16pcm.wt: GM16.DLS data converted for use with Wii (table files, PCM version).
104 This version of the SDK only supports the commercial release versions of NDEV.
105 Whenever possible, use the NDEV software package version 071002 or later.
Dreadme-RVL_SDK-3_1-patch4.txt51 This feature is enabled by installing version 071002 or later of the NDEV software package.
58 Programs created using this SDK are expected to run in the Wii Menu of the version noted below or l…
62 Abnormal behavior may occur in systems whose version is earlier than the one above.
71 …o/synth/gm16adpcm.pcm: GM16.DLS data converted for use with Wii (audio source files, ADPCM version)
72 …a/axdemo/synth/gm16adpcm.wt: GM16.DLS data converted for use with Wii (table files, ADPCM version)
73 …emo/synth/gm16pcm.pcm: GM16.DLS data converted for use with Wii (audio source files, PCM version)
74 …ata/axdemo/synth/gm16pcm.wt: GM16.DLS data converted for use with Wii (table files, PCM version)
107 This version of the SDK only supports the commercial release versions of NDEV.
108 Whenever possible, use the NDEV software package version 071002 or later.
/RvlSDK-3.1.4/include/revolution/os/
DOSBootInfo.h73 u32 version; member
DOSModule.h101 u32 version; // version number member
/RvlSDK-3.1.4/include/revolution/
Dthpfile.h65 u32 version; // version number member
Drso.h69 u32 version; // Version number member
DkpadOld.h19 #error KPADOld (kpadOld.h) cannot be used with KPAD version 2 (kpad.h)
Dkpad.h19 #error KPAD version 2 (kpad.h) cannot be used with KPADOld (kpadOld.h)
Ddvd.h587 u8 diskNum, u8 version);
/RvlSDK-3.1.4/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.1.4/build/tools/thputilities/src/
Dthputilities.c327 header->version = THP_VERSION; in THPUtyHeaderInit()
362 if ((rtn = THPUtyPutU32(op, header->version)) != THP_ERROR_NOERROR) in THPUtyWriteTHPHeader()
704 header->version = THPUtyReverseEndianU32(header->version); in THPUtyReadTHPHeader()
971 if (fileHeader->header.version > 0x10000) in THPUtyReadTHPFileHeader()
988 if (fileHeader->header.version > 0x10000) in THPUtyReadTHPFileHeader()
1452 fileHeader->header.version = THP_VERSION; in THPUtyCreateTHP()
1736 if (fileHeader->header.version > 0x10000) in THPUtyCopyTHPFile()
2067 fileHeader->header.version = THP_VERSION; in THPUtyCopyTHPFile()
/RvlSDK-3.1.4/build/libraries/kpadOld/include/
DKPADinside.h17 #error KPADinside.h of KPADOld cannot be used with that of KPAD version 2
/RvlSDK-3.1.4/build/libraries/kpad/include/
DKPADinside.h17 #error KPADinside.h of KPAD version 2 cannot be used with that of KPADOld
/RvlSDK-3.1.4/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
/RvlSDK-3.1.4/build/demos/hio2demo/vc++/dual/
DReadMe.txt14 It contains information about the version of Visual C++ that generated the file, and
Ddual.rc281 ID_APP_ABOUT "Display program information, version number and copyright\nAbout"
Ddouble-common.rc298 ID_APP_ABOUT "Display program information, version number and copyright\nAbout"
/RvlSDK-3.1.4/build/tools/TexConv/sample/
Dsample.tcs16 ; problems? try the TexConv.exe debug version- it provides
/RvlSDK-3.1.4/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.1.4/build/libraries/tc/src/
DTCTPLToolbox.cpp2615 u32 version; in TCGetTplVersion() local
2622 if( (fread( &version, 4, 1, fp )) != 1 ) in TCGetTplVersion()
2630 TCFixEndian( (u8*)&version, 4 ); in TCGetTplVersion()
2632 return version; in TCGetTplVersion()
/RvlSDK-3.1.4/build/demos/thpdemo/src/THPSimple/
DTHPSimple.c263 if (SimpleControl.header.version != THP_VERSION) in THPSimpleOpen()
/RvlSDK-3.1.4/build/demos/thpdemo/src/THPPlayer/
DTHPPlayer.c282 if (ActivePlayer.header.version != THP_VERSION) in THPPlayerOpen()
/RvlSDK-3.1.4/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPPlayer.c237 if (ActivePlayer.header.version != THP_VERSION) in THPPlayerOpen()

12