Home
last modified time | relevance | path

Searched refs:GFD_HEADER_MAJOR (Results 1 – 5 of 5) sorted by relevance

/CafeSDK-2.12.13/system/include/cafe/gfd/
DgfdConstant.h61 #define GFD_HEADER_MAJOR 7 macro
/CafeSDK-2.12.13/system/src/lib/gfd/headers/cafe/gfd/
DgfdConstant.h61 #define GFD_HEADER_MAJOR 7 macro
/CafeSDK-2.12.13/system/src/tool/gfx/include/gfdFile/
DgfdFileIO.h161 if (!(GFD_HEADER_MAJOR == pHeader->majorVersion)) in GFDCheckHeaderMagicVersions()
/CafeSDK-2.12.13/system/src/tool/gfx/projects/gfd/
DgfdFileIO.cpp30 header.majorVersion = GFD_HEADER_MAJOR; in GFDWriteFileHeader()
/CafeSDK-2.12.13/system/src/lib/gfd/
DgfdInterface.c1148 if(GFD_HEADER_MAJOR != verMajor) // major versions must match exactly in _GFDCheckHeaderVersions()