4#include <nn/ffl/FFLDataSource.h>
5#include <nn/ffl/FFLResult.h>
14FFLResult
FFLiGetStoreData(FFLStoreData* pStoreData, FFLDataSource dataSource, u16 index);
19FFLResult
FFLGetAdditionalInfo(FFLAdditionalInfo* pAdditionalInfo, FFLDataSource dataSource,
const void* pBuffer, u16 index, BOOL checkFontRegion);
void FFLiEnableSpecialMii(u32 key)
Definition FFLDatabase.cpp:54
FFLResult FFLiGetStoreData(FFLStoreData *pStoreData, FFLDataSource dataSource, u16 index)
Definition FFLDatabase.cpp:9
struct FFLStoreData FFLStoreData
Definition FFLDatabase.h:12
BOOL FFLIsAvailableOfficialData(u16 index)
Definition FFLDatabase.cpp:17
FFLResult FFLGetAdditionalInfo(FFLAdditionalInfo *pAdditionalInfo, FFLDataSource dataSource, const void *pBuffer, u16 index, BOOL checkFontRegion)
Definition FFLDatabase.cpp:41
BOOL FFLIsRegularOfficialData(u16 index)
Definition FFLDatabase.cpp:29
Definition FFLAdditionalInfo.h:12