Home
last modified time | relevance | path

Searched refs:NN_FONT_MAKE_VERSION (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/include/nn/font/
Dfont_ResourceFormat.h60 const u32 FONT_FILE_VERSION = NN_FONT_MAKE_VERSION(3, 0, 0, 0);
/CTR-SDK-4.2.5/include/nn/font/detail/
Dfont_BinaryFileFormat.h36 #define NN_FONT_MAKE_VERSION(major, minor, micro, binaryBugFix) \ macro