FFL
Loading...
Searching...
No Matches
FFLDatabase.h
Go to the documentation of this file.
1#ifndef FFL_DATABASE_H_
2#define FFL_DATABASE_H_
3
4#include <nn/ffl/FFLDataSource.h>
5#include <nn/ffl/FFLResult.h>
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11typedef struct FFLAdditionalInfo FFLAdditionalInfo;
12typedef struct FFLStoreData FFLStoreData;
13
14FFLResult FFLiGetStoreData(FFLStoreData* pStoreData, FFLDataSource dataSource, u16 index);
15
18
19FFLResult FFLGetAdditionalInfo(FFLAdditionalInfo* pAdditionalInfo, FFLDataSource dataSource, const void* pBuffer, u16 index, BOOL checkFontRegion);
20
21void FFLiEnableSpecialMii(u32 key);
22
23#ifdef __cplusplus
24}
25#endif
26
27#endif // FFL_DATABASE_H_
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