mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-17 19:21:04 +00:00
Add FT_Done_Library function
This commit is contained in:
parent
d27c3eee24
commit
df8a0517dc
@ -47,6 +47,12 @@ s32 FT_Done_Glyph()
|
|||||||
return CELL_OK;
|
return CELL_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
s32 FT_Done_Library()
|
||||||
|
{
|
||||||
|
UNIMPLEMENTED_FUNC(cell_FreeType2);
|
||||||
|
return CELL_OK;
|
||||||
|
}
|
||||||
|
|
||||||
s32 FT_Get_Char_Index()
|
s32 FT_Get_Char_Index()
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED_FUNC(cell_FreeType2);
|
UNIMPLEMENTED_FUNC(cell_FreeType2);
|
||||||
@ -186,6 +192,7 @@ DECLARE(ppu_module_manager::cell_FreeType2)("cell_FreeType2", []()
|
|||||||
|
|
||||||
REG_FUNC(cell_FreeType2, FT_Done_Face);
|
REG_FUNC(cell_FreeType2, FT_Done_Face);
|
||||||
REG_FUNC(cell_FreeType2, FT_Done_Glyph);
|
REG_FUNC(cell_FreeType2, FT_Done_Glyph);
|
||||||
|
REG_FUNC(cell_FreeType2, FT_Done_Library);
|
||||||
|
|
||||||
REG_FUNC(cell_FreeType2, FT_Get_Char_Index);
|
REG_FUNC(cell_FreeType2, FT_Get_Char_Index);
|
||||||
REG_FUNC(cell_FreeType2, FT_Get_Glyph);
|
REG_FUNC(cell_FreeType2, FT_Get_Glyph);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user